Pattern
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:PUSCh:CQI:PATTern
- class PatternCls[source]
Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PatternStruct[source]
Response structure. Fields:
Emtc_Cqi_Pat: str: numeric
Bitcount: int: integer Range: 1 to 1024
- get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) PatternStruct [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:PUSCh:CQI:PATTern value: PatternStruct = driver.source.bb.eutra.uplink.ue.emtc.trans.pusch.cqi.pattern.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the CQI pattern for the PUSCH. The length of the pattern is determined by the number of CQI bits as set with the command [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:EMTC:TRANs<ch>:PUSCh:CQI:BITS.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param transmission
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)
- return
structure: for return value, see the help for PatternStruct structure arguments.
- set(emtc_cqi_pat: str, bitcount: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:PUSCh:CQI:PATTern driver.source.bb.eutra.uplink.ue.emtc.trans.pusch.cqi.pattern.set(emtc_cqi_pat = rawAbc, bitcount = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)
Sets the CQI pattern for the PUSCH. The length of the pattern is determined by the number of CQI bits as set with the command [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:EMTC:TRANs<ch>:PUSCh:CQI:BITS.
- param emtc_cqi_pat
numeric
- param bitcount
integer Range: 1 to 1024
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- param transmission
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trans’)