Nsci
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:SL:NSCI
- class NsciCls[source]
Nsci 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: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.
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)
- return
sci_num_configs: integer Range: 0 to 49
- set(sci_num_configs: int, userEquipment=UserEquipment.Default) None [source]
# SCPI: [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.
- param sci_num_configs
integer Range: 0 to 49
- param userEquipment
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)