SltFmt

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:SLTFmt
class SltFmtCls[source]

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

get(cellNull=CellNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:SLTFmt
value: int = driver.source.bb.nr5G.node.cell.dumRes.sltFmt.get(cellNull = repcap.CellNull.Default)

No command help available

param cellNull

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

return

slot_fmt: No help available

set(slot_fmt: int, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:DUMRes:SLTFmt
driver.source.bb.nr5G.node.cell.dumRes.sltFmt.set(slot_fmt = 1, cellNull = repcap.CellNull.Default)

No command help available

param slot_fmt

No help available

param cellNull

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