Bits

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:HARQ:BITS
class BitsCls[source]

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

get(userEquipment=UserEquipment.Default, transmission=Transmission.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:HARQ:BITS
value: int = driver.source.bb.eutra.uplink.ue.emtc.trans.harq.bits.get(userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the number of ACK/NACK 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

bits: integer Range: 0 to 20

set(bits: int, userEquipment=UserEquipment.Default, transmission=Transmission.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:EMTC:TRANs<CH>:HARQ:BITS
driver.source.bb.eutra.uplink.ue.emtc.trans.harq.bits.set(bits = 1, userEquipment = repcap.UserEquipment.Default, transmission = repcap.Transmission.Default)

Sets the number of ACK/NACK bits.

param bits

integer Range: 0 to 20

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