Mode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) TpcMode[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:MODE value: enums.TpcMode = driver.source.bb.w3Gpp.mstation.dpcch.tpc.mode.get(mobileStation = repcap.MobileStation.Default)
Selects the TPC (Transmit Power Control) mode. The command sets the slot format (method
RsSmw.source.bb.w3Gpp.mstation.dpcch.sformat.set()) in conjunction with the set TFCI status (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.tfci.state.set()) and the FBI Mode (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.fbi.mode.set()) to the associated values.- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
mode: D2B | D4B D2B A TPC field with a length of 2 bits is used. D4B (enabled only for instruments equipped with R&S SMW-K83) A TPC field with a length of 4 bits is used. A 4 bits long TPC field can be selected, only for Slot Format 4 and disabled FBI and TFCI fields.
- set(mode: TpcMode, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TPC:MODE driver.source.bb.w3Gpp.mstation.dpcch.tpc.mode.set(mode = enums.TpcMode.D2B, mobileStation = repcap.MobileStation.Default)
Selects the TPC (Transmit Power Control) mode. The command sets the slot format (method
RsSmw.source.bb.w3Gpp.mstation.dpcch.sformat.set()) in conjunction with the set TFCI status (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.tfci.state.set()) and the FBI Mode (methodRsSmw.source.bb.w3Gpp.mstation.dpcch.fbi.mode.set()) to the associated values.- Parameters:
mode – D2B | D4B D2B A TPC field with a length of 2 bits is used. D4B (enabled only for instruments equipped with R&S SMW-K83) A TPC field with a length of 4 bits is used. A 4 bits long TPC field can be selected, only for Slot Format 4 and disabled FBI and TFCI fields.
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)