State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TFCI:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TFCI:STATe value: bool = driver.source.bb.w3Gpp.mstation.dpcch.tfci.state.get(mobileStation = repcap.MobileStation.Default)
The command activates the TFCI (Transport Format Combination Indicator) field for the DPCCH. The command sets the slot format ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:SFORmat) in conjunction with the set FBI mode ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:FBI:MODE) and the TPC Mode ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TPC:MODE) to the associated values.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
state: ON| OFF
- set(state: bool, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TFCI:STATe driver.source.bb.w3Gpp.mstation.dpcch.tfci.state.set(state = False, mobileStation = repcap.MobileStation.Default)
The command activates the TFCI (Transport Format Combination Indicator) field for the DPCCH. The command sets the slot format ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:SFORmat) in conjunction with the set FBI mode ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:FBI:MODE) and the TPC Mode ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TPC:MODE) to the associated values.
- param state
ON| OFF
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)