Power
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:PSS:POWer
- class PowerCls[source]
Power commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:PSS:POWer value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.pss.power.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the primary synchronization signal (PSS) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
power: numeric value Unit: dB
- set(power: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:PSS:POWer driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.pss.power.set(power = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the relative power of the primary synchronization signal (PSS) .
- param power
numeric value Unit: dB
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)