EnvelopePower

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:RFSettings:SCC<Carrier>:ENPower
class EnvelopePowerCls[source]

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

get(secondaryCompCarrier=SecondaryCompCarrier.Default) float[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings:SCC<Carrier>:ENPower
value: float = driver.configure.rfSettings.scc.envelopePower.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Sets the expected nominal power of the UL signal in manual mode. If the expected nominal power is calculated automatically according to the UL power control settings, you can only query the result. To configure the expected nominal power mode, see method RsCmwLteSig.Configure.RfSettings.Pcc.enpMode.

param secondaryCompCarrier:

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

return:

expected_power: numeric In manual mode, the range of the expected nominal power can be calculated as follows: Range (expected nominal power) = range (input power) + external attenuation - margin The input power range is stated in the data sheet. Unit: dBm

set(expected_power: float, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:RFSettings:SCC<Carrier>:ENPower
driver.configure.rfSettings.scc.envelopePower.set(expected_power = 1.0, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Sets the expected nominal power of the UL signal in manual mode. If the expected nominal power is calculated automatically according to the UL power control settings, you can only query the result. To configure the expected nominal power mode, see method RsCmwLteSig.Configure.RfSettings.Pcc.enpMode.

param expected_power:

numeric In manual mode, the range of the expected nominal power can be calculated as follows: Range (expected nominal power) = range (input power) + external attenuation - margin The input power range is stated in the data sheet. Unit: dBm

param secondaryCompCarrier:

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