SrbSubchan

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:V2X:SRBSubchan
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [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.

Parameters:

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

Returns:

start_rb_subchan: integer Range: 0 to 99

set(start_rb_subchan: int, userEquipment=UserEquipment.Default) None[source]
# [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.

Parameters:
  • start_rb_subchan – integer Range: 0 to 99

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