Plength

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:CQI:PLENgth
class PlengthCls[source]

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

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:CQI:PLENgth
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.cqi.plength.get(mobileStation = repcap.MobileStation.Default)

Sets the length of the CQI sequence. The values of the CQI sequence are defined with command [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:CQI<ch>[:VALues]. The pattern is generated cyclically.

param mobileStation

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

return

plength: integer Range: 1 to 10

set(plength: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:CQI:PLENgth
driver.source.bb.w3Gpp.mstation.dpcch.hs.cqi.plength.set(plength = 1, mobileStation = repcap.MobileStation.Default)

Sets the length of the CQI sequence. The values of the CQI sequence are defined with command [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:CQI<ch>[:VALues]. The pattern is generated cyclically.

param plength

integer Range: 1 to 10

param mobileStation

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