Vshift

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:LTE:PATT<ST0>:VSHift
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cellNull=CellNull.Default, patternNull=PatternNull.Default) int[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:LTE:PATT<ST0>:VSHift
value: int = driver.source.bb.nr5G.node.cell.lte.patt.vshift.get(cellNull = repcap.CellNull.Default, patternNull = repcap.PatternNull.Default)

Selects the vShift parameter for an LTE signal. Prerequisites for this command

  • Turn on LTE-CRS coexistence (method RsSmbv.source.bb.nr5G.node.cell.lte.state.set() ) .

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

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

set(lte_vshift: int, cellNull=CellNull.Default, patternNull=PatternNull.Default) None[source]
# [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:LTE:PATT<ST0>:VSHift
driver.source.bb.nr5G.node.cell.lte.patt.vshift.set(lte_vshift = 1, cellNull = repcap.CellNull.Default, patternNull = repcap.PatternNull.Default)

Selects the vShift parameter for an LTE signal. Prerequisites for this command

  • Turn on LTE-CRS coexistence (method RsSmbv.source.bb.nr5G.node.cell.lte.state.set() ) .

Parameters:
  • lte_vshift – integer Range: 0 to 5

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

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