Values

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:CQI<CH>:[VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default, channelQualId=ChannelQualId.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:CQI<CH>:[VALues]
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.cqi.values.get(mobileStation = repcap.MobileStation.Default, channelQualId = repcap.ChannelQualId.Default)

Sets the values of the CQI sequence. The length of the CQI sequence is defined with command method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.cqi.plength.set() . The pattern is generated cyclically.

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

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

Returns:

values: integer Value -1 means that no CQI is sent (DTX - Discontinuous Transmission) . Range: -1 to 30

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

Sets the values of the CQI sequence. The length of the CQI sequence is defined with command method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.cqi.plength.set() . The pattern is generated cyclically.

Parameters:
  • values – integer Value -1 means that no CQI is sent (DTX - Discontinuous Transmission) . Range: -1 to 30

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

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