State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TFCI:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) bool[source]
# [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 (method
RsSmw.source.bb.w3Gpp.mstation.dpcch.sformat.set()) in conjunction with the set FBI mode (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.fbi.mode.set()) and the TPC Mode (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.tpc.mode.set()) to the associated values.- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
state: ON | OFF
- set(state: bool, mobileStation=MobileStation.Default) None[source]
# [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 (method
RsSmw.source.bb.w3Gpp.mstation.dpcch.sformat.set()) in conjunction with the set FBI mode (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.fbi.mode.set()) and the TPC Mode (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.tpc.mode.set()) to the associated values.- Parameters:
state – ON | OFF
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)