State

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:SFI:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(output=Output.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:SFI:STATe
value: bool = driver.source.bb.nr5G.trigger.output.ssc.sfi.state.get(output = repcap.Output.Default)

Turns usage of the special slot format on and off. If on, select a special frame as defined by 3GPP with [:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:SLFMt.

INTRO_CMD_HELP: If off, select the number of symbols with

  • Downlink: [:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:NDLSymbols

  • Uplink: [:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:NULSymbols

param output

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

return

use_spec_slot_idx: No help available

set(use_spec_slot_idx: bool, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:SFI:STATe
driver.source.bb.nr5G.trigger.output.ssc.sfi.state.set(use_spec_slot_idx = False, output = repcap.Output.Default)

Turns usage of the special slot format on and off. If on, select a special frame as defined by 3GPP with [:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:SLFMt.

INTRO_CMD_HELP: If off, select the number of symbols with

  • Downlink: [:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:NDLSymbols

  • Uplink: [:SOURce<hw>]:BB:NR5G:TRIGger:OUTPut<ch>:SSC:NULSymbols

param use_spec_slot_idx

1| ON| 0| OFF

param output

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