NulSlots
SCPI Command :
[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:NULSlots
- class NulSlotsCls[source]
NulSlots commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:NULSlots value: int = driver.source.bb.nr5G.trigger.output.nulSlots.get(output = repcap.Output.Default)
Sets the number of UL slots in a UL/DL pattern containing a marker.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
num_ul_slots: No help available
- set(num_ul_slots: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:NULSlots driver.source.bb.nr5G.trigger.output.nulSlots.set(num_ul_slots = 1, output = repcap.Output.Default)
Sets the number of UL slots in a UL/DL pattern containing a marker.
- param num_ul_slots
integer Range: 0 to 10
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)