PointA

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:LTE:POINta
class PointACls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:LTE:POINta
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.pointA.get(carrierComponent = repcap.CarrierComponent.Default)
Defines an LTE carrier offset relative to reference point A (in terms of resource blocks) .

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

offset: No help available

set(offset: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:LTE:POINta
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.lte.pointA.set(offset = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines an LTE carrier offset relative to reference point A (in terms of resource blocks) .

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 offset

Component Carrier

param carrierComponent

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