NulSymbols

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:NULSymbols
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:NULSymbols
value: int = driver.source.bb.nr5G.trigger.output.ssc.nulSymbols.get(output = repcap.Output.Default)

Defines the number of uplink symbols in a special slot that contains a marker. Prerequisites to define the number of downlink symbols:

  • Enter uplink mode (method RsSmbv.source.bb.nr5G.link() ) .

  • Turn off usage of special slot format (method RsSmbv.source.bb.nr5G.trigger.output.ssc.sfi.state.set() ) .

Otherwise, the command is a query only.

Parameters:

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

set(ul_symbols: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:NULSymbols
driver.source.bb.nr5G.trigger.output.ssc.nulSymbols.set(ul_symbols = 1, output = repcap.Output.Default)

Defines the number of uplink symbols in a special slot that contains a marker. Prerequisites to define the number of downlink symbols:

  • Enter uplink mode (method RsSmbv.source.bb.nr5G.link() ) .

  • Turn off usage of special slot format (method RsSmbv.source.bb.nr5G.trigger.output.ssc.sfi.state.set() ) .

Otherwise, the command is a query only.

Parameters:
  • ul_symbols – integer Range: 0 to 14

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