TxMode

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TXMode
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) NumberA[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TXMode
value: enums.NumberA = driver.source.bb.eutra.uplink.ue.sl.sci.txMode.get(userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the transmission mode of the SL transmission.

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sci’)

Returns:

sci_tx_mode: 1 | 2 | 3 | 4

set(sci_tx_mode: NumberA, userEquipment=UserEquipment.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:SCI<CH0>:TXMode
driver.source.bb.eutra.uplink.ue.sl.sci.txMode.set(sci_tx_mode = enums.NumberA._1, userEquipment = repcap.UserEquipment.Default, indexNull = repcap.IndexNull.Default)

Sets the transmission mode of the SL transmission.

Parameters:
  • sci_tx_mode – 1 | 2 | 3 | 4

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sci’)