NdlSlots
SCPI Command :
[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:NDLSlots
- class NdlSlotsCls[source]
NdlSlots 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>:NDLSlots value: int = driver.source.bb.nr5G.trigger.output.ndlSlots.get(output = repcap.Output.Default)
Sets the number of DL 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_dl_slots: integer Range: 0 to 10
- set(num_dl_slots: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:NDLSlots driver.source.bb.nr5G.trigger.output.ndlSlots.set(num_dl_slots = 1, output = repcap.Output.Default)
Sets the number of DL slots in a UL/DL pattern containing a marker.
- param num_dl_slots
integer Range: 0 to 10
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)