BitLow
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:BITLow
- class BitLowCls[source]
BitLow commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class BitLowStruct[source]
Response structure. Fields:
Pattern: str: numeric
Bitcount: int: integer Range: 10 to 50
- get(userEquipment=UserEquipment.Default) BitLowStruct [source]
# SCPI: [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. [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BITLow is enabled, if [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BMPLength10|16|20|30|40|50.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
structure: for return value, see the help for BitLowStruct structure arguments.
- set(pattern: str, bitcount: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [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. [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BITLow is enabled, if [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BMPLength10|16|20|30|40|50.
- param pattern
numeric
- param bitcount
integer Range: 10 to 50
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)