CqiType

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:CQIType
class CqiTypeCls[source]

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

get(mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) RsSmbv.enums.HsMimoCqiType[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:CQIType
value: enums.HsMimoCqiType = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.cqiType.get(mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)

Selects the type of the CQI report.

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’)

return

cqi_type: TAST| TADT| TB

set(cqi_type: RsSmbv.enums.HsMimoCqiType, mobileStation=MobileStation.Default, transmTimeIntervalNull=TransmTimeIntervalNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:TTI<CH0>:CQIType
driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.tti.cqiType.set(cqi_type = enums.HsMimoCqiType.TADT, mobileStation = repcap.MobileStation.Default, transmTimeIntervalNull = repcap.TransmTimeIntervalNull.Default)

Selects the type of the CQI report.

param cqi_type

TAST| TADT| TB

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’)