NdlSlots

SCPI Command :

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

Parameters:

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

Returns:

num_dl_slots: integer Range: 0 to 10

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

Parameters:
  • num_dl_slots – integer Range: 0 to 10

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