BmpLength

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:BMPLength
class BmpLengthCls[source]

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

get(userEquipment=UserEquipment.Default) RsSmbv.enums.EutraSlV2xBmpLength[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:BMPLength
value: enums.EutraSlV2xBmpLength = driver.source.bb.eutra.uplink.ue.sl.v2X.bmpLength.get(userEquipment = repcap.UserEquipment.Default)

Sets the bitmap length. To set the subframe bitmap, use the commands [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BITLow and [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BITHigh.

param userEquipment

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

return

bmp_length: 10| 16| 20| 30| 40| 50| 60| 100

set(bmp_length: RsSmbv.enums.EutraSlV2xBmpLength, userEquipment=UserEquipment.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:BMPLength
driver.source.bb.eutra.uplink.ue.sl.v2X.bmpLength.set(bmp_length = enums.EutraSlV2xBmpLength._10, userEquipment = repcap.UserEquipment.Default)

Sets the bitmap length. To set the subframe bitmap, use the commands [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BITLow and [:SOURce<hw>]:BB:EUTRa:UL:UE<st>:SL:V2X:BITHigh.

param bmp_length

10| 16| 20| 30| 40| 50| 60| 100

param userEquipment

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