ScOffset

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SCOFfset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, indexNull=IndexNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SCOFfset
value: int = driver.source.bb.nr5G.node.cell.sspbch.scOffset.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the start subcarrier of the selected allocation within the resource block.

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)

Returns:

sc_offset: integer The value range depends on the selected RB offset (method RsSmbv.source.bb.nr5G.node.cell.sspbch.rbOffset.set() ) . Range: 0 to 11

set(sc_offset: int, cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:SCOFfset
driver.source.bb.nr5G.node.cell.sspbch.scOffset.set(sc_offset = 1, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Sets the start subcarrier of the selected allocation within the resource block.

Parameters:
  • sc_offset – integer The value range depends on the selected RB offset (method RsSmbv.source.bb.nr5G.node.cell.sspbch.rbOffset.set() ) . Range: 0 to 11

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

  • indexNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Sspbch’)