Cqi<ChannelQualId>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<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.mimo.tti.cqi.repcap_channelQualId_set(repcap.ChannelQualId.Nr1)
get(mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default, channelQualId=ChannelQualId.Default) int[source]
# [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. 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)

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

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

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

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

Returns:

cqi: integer Range: 0 to 30

set(cqi: int, mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default, channelQualId=ChannelQualId.Default) None[source]
# [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. 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)

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

Parameters:
  • cqi – integer Range: 0 to 30

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

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

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