NdlSymbols

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:NDLSymbols
class NdlSymbolsCls[source]

NdlSymbols 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>:SSC:NDLSymbols
value: int = driver.source.bb.nr5G.trigger.output.ssc.ndlSymbols.get(output = repcap.Output.Default)
Defines the number of uplink symbols in a special slot that contains a marker.

INTRO_CMD_HELP: Prerequisites to define the number of downlink symbols:

  • Enter uplink mode ([:SOURce<hw>]:BB:NR5G:LINK) .

  • Turn off usage of special slot format ([:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:SFI:STATe) .

Otherwise, the command is a query only.

param output

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

return

spec_slot_dl_sym: No help available

set(spec_slot_dl_sym: int, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:NDLSymbols
driver.source.bb.nr5G.trigger.output.ssc.ndlSymbols.set(spec_slot_dl_sym = 1, output = repcap.Output.Default)
Defines the number of uplink symbols in a special slot that contains a marker.

INTRO_CMD_HELP: Prerequisites to define the number of downlink symbols:

  • Enter uplink mode ([:SOURce<hw>]:BB:NR5G:LINK) .

  • Turn off usage of special slot format ([:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:SFI:STATe) .

Otherwise, the command is a query only.

param spec_slot_dl_sym

integer Range: 0 to 14

param output

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