State

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:SFI:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) bool[source]
# [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 method RsSmbv.source.bb.nr5G.trigger.output.ssc.slfmt.set() . If off, select the number of symbols with

  • Downlink: method RsSmbv.source.bb.nr5G.trigger.output.ssc.ndlSymbols.set()

  • Uplink: method RsSmbv.source.bb.nr5G.trigger.output.ssc.nulSymbols.set()

Parameters:

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

set(use_spec_slot_idx: bool, output=Output.Default) None[source]
# [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 method RsSmbv.source.bb.nr5G.trigger.output.ssc.slfmt.set() . If off, select the number of symbols with

  • Downlink: method RsSmbv.source.bb.nr5G.trigger.output.ssc.ndlSymbols.set()

  • Uplink: method RsSmbv.source.bb.nr5G.trigger.output.ssc.nulSymbols.set()

Parameters:
  • use_spec_slot_idx – 1 | ON | 0| OFF

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