Nsci

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:NSCI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default) int[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:NSCI
value: int = driver.source.bb.eutra.uplink.ue.sl.nsci.get(userEquipment = repcap.UserEquipment.Default)

Sets the number of SCI (SL control information) configurations.

Parameters:

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

Returns:

sci_num_configs: integer Range: 0 to 49

set(sci_num_configs: int, userEquipment=UserEquipment.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:NSCI
driver.source.bb.eutra.uplink.ue.sl.nsci.set(sci_num_configs = 1, userEquipment = repcap.UserEquipment.Default)

Sets the number of SCI (SL control information) configurations.

Parameters:
  • sci_num_configs – integer Range: 0 to 49

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