NdlSymbols
SCPI Command :
[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:NDLSymbols
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [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. 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(spec_slot_dl_sym: int, output=Output.Default) None[source]
# [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. 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:
spec_slot_dl_sym – integer Range: 0 to 14
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)