Slint

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SLINt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [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.

Parameters:

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

set(slot_length_int: int, output=Output.Default) None[source]
# [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.

Parameters:
  • slot_length_int – integer Range: 1 to 20

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