Plength

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:PLENgth
class PlengthCls[source]

Plength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) RsSmbv.enums.PowPreContLen[source]
# SCPI: [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.

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

return

plength: S0| S8

set(plength: RsSmbv.enums.PowPreContLen, mobileStation=MobileStation.Default) None[source]
# SCPI: [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.

param plength

S0| S8

param mobileStation

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)