Plength
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PLENgth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) PowPreContLen[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PLENgth value: enums.PowPreContLen = driver.source.bb.w3Gpp.mstation.pcpch.plength.get(mobileStation = repcap.MobileStation.Default)
The command defines the length of the power control preamble of the PCPCH as a number of slots.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
plength: S0 | S8
- set(plength: PowPreContLen, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PLENgth driver.source.bb.w3Gpp.mstation.pcpch.plength.set(plength = enums.PowPreContLen.S0, mobileStation = repcap.MobileStation.Default)
The command defines the length of the power control preamble of the PCPCH as a number of slots.
- Parameters:
plength – S0 | S8
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)