Values

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:CQI<CH>:[VALues]
class ValuesCls[source]

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

get(mobileStation=MobileStation.Default, channelQualId=ChannelQualId.Default) int[source]
# SCPI: [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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:CQI:PLENgth. The pattern is generated cyclically.

param mobileStation

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

param channelQualId

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

return

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]
# SCPI: [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 [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:CQI:PLENgth. The pattern is generated cyclically.

param values

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

param mobileStation

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

param channelQualId

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