Vshift

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:LTE:VSHift
class VshiftCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:LTE:VSHift
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.vshift.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the vShift parameter for an LTE signal.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on LTE-CRS coexistence (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Lte.State.set) .

param carrierComponent

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

return

value: No help available

set(value: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:LTE:VSHift
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.vshift.set(value = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the vShift parameter for an LTE signal.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on LTE-CRS coexistence (method RsFsw.Applications.K14x_Nr5G.Configure.Nr5G.Downlink.Cc.Lte.State.set) .

param value

Component Carrier

param carrierComponent

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