Cqi<ChannelQualId>
RepCap Settings
# Range: Nr1 .. Nr16
rc = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.cqi.repcap_channelQualId_get()
driver.source.bb.w3Gpp.mstation.dpcch.hs.row.cqi.repcap_channelQualId_set(repcap.ChannelQualId.Nr1)
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:ROW<CH0>:CQI<DI>
- class CqiCls[source]
Cqi commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: ChannelQualId, default value after init: ChannelQualId.Nr1
- get(mobileStation=MobileStation.Default, rowNull=RowNull.Default, channelQualId=ChannelQualId.Default) int [source]
# SCPI: [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 command help available
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- param channelQualId
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cqi’)
- return
cqi: No help available
- set(cqi: int, mobileStation=MobileStation.Default, rowNull=RowNull.Default, channelQualId=ChannelQualId.Default) None [source]
# SCPI: [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 command help available
- param cqi
No help available
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- param rowNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- param channelQualId
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cqi’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.dpcch.hs.row.cqi.clone()