Cqi<ChannelQualId>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:CQI<DI>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr16

driver.source.bb.w3Gpp.mstation.dpcch.hs.row.cqi.repcap_channelQualId_set(repcap.ChannelQualId.Nr1)
get(mobileStation=MobileStation.Default, rowNull=RowNull.Default, channelQualId=ChannelQualId.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:CQI<DI>
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.cqi.get(mobileStation = repcap.MobileStation.Default, rowNull = repcap.RowNull.Default, channelQualId = repcap.ChannelQualId.Default)

No help available

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)

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

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

No help available

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

  • rowNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)

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

Cloning the Group

# Create a copy of the original group, that exists independently
cqi_copy = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.cqi.clone()