Toffs
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SL:TOFFs
- class ToffsCls[source]
Toffs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, indexNull=IndexNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SL:TOFFs value: int = driver.source.bb.nr5G.node.cell.sspbch.sl.toffs.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)
Defines the offset between slot 0 and first S-SS/PSBCH block.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)
- return
time_offs: No help available
- set(time_offs: int, cellNull=CellNull.Default, indexNull=IndexNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SL:TOFFs driver.source.bb.nr5G.node.cell.sspbch.sl.toffs.set(time_offs = 1, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)
Defines the offset between slot 0 and first S-SS/PSBCH block.
- param time_offs
integer Range: 0 to 1279
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param indexNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)