SyOffset
SCPI Command :
[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RES<DIR0>:SYOFfset
- class SyOffsetCls[source]
SyOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default, resourceNull=ResourceNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RES<DIR0>:SYOFfset value: int = driver.source.bb.nr5G.node.cell.prs.rset.res.syOffset.get(cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default, resourceNull = repcap.ResourceNull.Default)
Sets the starting symbol of the resource within a slot.
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param resourceSetNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Rset’)
- param resourceNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Res’)
- return
prs_res_symb_off: integer Range: 0 to 12
- set(prs_res_symb_off: int, cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default, resourceNull=ResourceNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:RES<DIR0>:SYOFfset driver.source.bb.nr5G.node.cell.prs.rset.res.syOffset.set(prs_res_symb_off = 1, cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default, resourceNull = repcap.ResourceNull.Default)
Sets the starting symbol of the resource within a slot.
- param prs_res_symb_off
integer Range: 0 to 12
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param resourceSetNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Rset’)
- param resourceNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Res’)