Pattern

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:PUSCh:CQI:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PatternStruct[source]

Response structure. Fields:

  • 1 Emtc_Cqi_Pat: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 1024

get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) PatternStruct[source]
# [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 method RsSmw.source.bb.eutra.uplink.ue.emtc.trans.pusch.cqi.bits.set() .

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

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

Returns:

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]
# [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 method RsSmw.source.bb.eutra.uplink.ue.emtc.trans.pusch.cqi.bits.set() .

Parameters:
  • emtc_cqi_pat – numeric

  • bitcount – integer Range: 1 to 1024

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

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