Plength

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:CQI:PLENgth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [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 method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.cqi.values.set() . The pattern is generated cyclically.

Parameters:

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

Returns:

plength: integer Range: 1 to 10

set(plength: int, mobileStation=MobileStation.Default) None[source]
# [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 method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.cqi.values.set() . The pattern is generated cyclically.

Parameters:
  • plength – integer Range: 1 to 10

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