Slfmt

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:SSC:SLFMt
class SlfmtCls[source]

Slfmt 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:SLFMt
value: int = driver.source.bb.nr5G.trigger.output.ssc.slfmt.get(output = repcap.Output.Default)

Sets the special slot format index of the special slot included in a UL/DL pattern containing a marker according to .

param output

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

return

spec_slot_fmt_idx: integer Range: 0 to 45

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

Sets the special slot format index of the special slot included in a UL/DL pattern containing a marker according to .

param spec_slot_fmt_idx

integer Range: 0 to 45

param output

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