Nprs

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PRSS:NPRS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PRSS:NPRS
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.prss.nprs.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the number of subframes the positioning reference signal occupies.

Parameters:

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

set(no_of_subframes: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PRSS:NPRS
driver.applications.k10Xlte.configure.lte.downlink.cc.prss.nprs.set(no_of_subframes = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the number of subframes the positioning reference signal occupies.

Parameters:

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