Nprs

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PRSS:NPRS
class NprsCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: 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.

param carrierComponent

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

return

no_of_subframes: No help available

set(no_of_subframes: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: 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.

param no_of_subframes

No help available

param carrierComponent

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