BitLow

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:BITLow
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class BitLowStruct[source]

Response structure. Fields:

  • 1 Pattern: str: numeric

  • 2 Bitcount: int: integer Range: 10 to 50

get(userEquipment=UserEquipment.Default) BitLowStruct[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:BITLow
value: BitLowStruct = driver.source.bb.eutra.uplink.ue.sl.v2X.bitLow.get(userEquipment = repcap.UserEquipment.Default)

Sets the subframe bitmap. method RsSmw.source.bb.eutra.uplink.ue.sl.v2X.bitLow.set() is enabled, if method RsSmw.source.bb.eutra.uplink.ue.sl.v2X.bmpLength.set() 10 | 16 | 20 | 30 | 40 | 50.

Parameters:

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

Returns:

structure: for return value, see the help for BitLowStruct structure arguments.

set(pattern: str, bitcount: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:BITLow
driver.source.bb.eutra.uplink.ue.sl.v2X.bitLow.set(pattern = rawAbc, bitcount = 1, userEquipment = repcap.UserEquipment.Default)

Sets the subframe bitmap. method RsSmw.source.bb.eutra.uplink.ue.sl.v2X.bitLow.set() is enabled, if method RsSmw.source.bb.eutra.uplink.ue.sl.v2X.bmpLength.set() 10 | 16 | 20 | 30 | 40 | 50.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 10 to 50

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