NulSymbols
SCPI Command :
[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:NULSymbols
- class NulSymbolsCls[source]
NulSymbols 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: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.
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
ul_symbols: No help available
- set(ul_symbols: int, output=Output.Default) None [source]
# SCPI: [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.
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 ul_symbols
integer Range: 0 to 14
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)