SrbSubchan
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:SRBSubchan
- class SrbSubchanCls[source]
SrbSubchan commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userEquipment=UserEquipment.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:SRBSubchan value: int = driver.source.bb.eutra.uplink.ue.sl.v2X.srbSubchan.get(userEquipment = repcap.UserEquipment.Default)
Sets the first RB in the subchannel.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
start_rb_subchan: integer Range: 0 to 99
- set(start_rb_subchan: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:SRBSubchan driver.source.bb.eutra.uplink.ue.sl.v2X.srbSubchan.set(start_rb_subchan = 1, userEquipment = repcap.UserEquipment.Default)
Sets the first RB in the subchannel.
- param start_rb_subchan
integer Range: 0 to 99
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)