Dpch

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:ENHanced:DPCH:FSFormat
class Dpch[source]

Dpch commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_fs_format()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:ENHanced:DPCH:FSFormat
value: int = driver.configure.downlink.carrier.enhanced.dpch.get_fs_format()

Sets F-DPCH slot format according to 3GPP TS 25.211, table 16C.

return

slot_format: Range: 0 to 9

Global Repeated Capabilities: repcap.Carrier

set_fs_format(slot_format: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:ENHanced:DPCH:FSFormat
driver.configure.downlink.carrier.enhanced.dpch.set_fs_format(slot_format = 1)

Sets F-DPCH slot format according to 3GPP TS 25.211, table 16C.

param slot_format

Range: 0 to 9

Global Repeated Capabilities: repcap.Carrier