Cqi<ChannelQualId>

RepCap Settings

# Range: Nr1 .. Nr16
rc = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.cqi.repcap_channelQualId_get()
driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.cqi.repcap_channelQualId_set(repcap.ChannelQualId.Nr1)

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<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, transmTimeIntervalNull=TransmTimeIntervalNull.Default, channelQualId=ChannelQualId.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:CQI<DI>
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.cqi.get(mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default, channelQualId = repcap.ChannelQualId.Default)
Selects the CQI report transmitted during the PCI/CQI slots of the corresponding TTI.

INTRO_CMD_HELP: For single stream transmission (BB:W3GP:MST:DPCC:HS:MIMO:TTI:CQI1) , this command set the CQI values of the following cases:

  • The CQI (the value for CQI Type B report)

  • The CQIS (the CQI value in case a CQI Type A report when one transport block is preferred)

INTRO_CMD_HELP: For dual stream transmission (BB:W3GP:MST:DPCC:HS:MIMO:TTI:CQI2) , this command sets:

  • The CQI1, the first of the two CQI values of CQI Type A report when two transport blocks are preferred

  • The CQI2, the second of the two CQI values of CQI Type A report when two transport blocks are preferred. The CQI then is calculated as follows: CQI = 15*CQI1+CQI2+31

param mobileStation

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

param transmTimeIntervalNull

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

param channelQualId

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

return

cqi: integer Range: 0 to 30

set(cqi: int, mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default, channelQualId=ChannelQualId.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:CQI<DI>
driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.cqi.set(cqi = 1, mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default, channelQualId = repcap.ChannelQualId.Default)
Selects the CQI report transmitted during the PCI/CQI slots of the corresponding TTI.

INTRO_CMD_HELP: For single stream transmission (BB:W3GP:MST:DPCC:HS:MIMO:TTI:CQI1) , this command set the CQI values of the following cases:

  • The CQI (the value for CQI Type B report)

  • The CQIS (the CQI value in case a CQI Type A report when one transport block is preferred)

INTRO_CMD_HELP: For dual stream transmission (BB:W3GP:MST:DPCC:HS:MIMO:TTI:CQI2) , this command sets:

  • The CQI1, the first of the two CQI values of CQI Type A report when two transport blocks are preferred

  • The CQI2, the second of the two CQI values of CQI Type A report when two transport blocks are preferred. The CQI then is calculated as follows: CQI = 15*CQI1+CQI2+31

param cqi

integer Range: 0 to 30

param mobileStation

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

param transmTimeIntervalNull

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

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.mimo.tti.cqi.clone()