Power
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PRSS:POWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PRSS:POWer value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.prss.power.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the positioning reference signal.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
power: Unit: dB
- set(power: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PRSS:POWer driver.applications.k10Xlte.configure.lte.downlink.cc.prss.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the positioning reference signal.
- Parameters:
power – Unit: dB
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)