Slint
SCPI Command :
[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SLINt
- class SlintCls[source]
Slint 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>:SLINt value: int = driver.source.bb.nr5G.trigger.output.slint.get(output = repcap.Output.Default)
Sets the duration of a UL/DL pattern containing a marker.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
slot_length_int: No help available
- set(slot_length_int: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SLINt driver.source.bb.nr5G.trigger.output.slint.set(slot_length_int = 1, output = repcap.Output.Default)
Sets the duration of a UL/DL pattern containing a marker.
- param slot_length_int
integer Range: 1 to 20
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)