EnvelopePower

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:ENPower
class EnvelopePowerCls[source]

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

get(segmentB=SegmentB.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:ENPower
value: float = driver.configure.multiEval.listPy.segment.envelopePower.get(segmentB = repcap.SegmentB.Default)

Specifies the expected nominal power of the measured RF signal for segment <no> in list mode.

param segmentB:

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

return:

level: numeric The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin Range: -47 dBm to 34 dBm for the input power at RF 1 COM and RF 2 COM (please notice also the ranges quoted in the data sheet) .

set(level: float, segmentB=SegmentB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:ENPower
driver.configure.multiEval.listPy.segment.envelopePower.set(level = 1.0, segmentB = repcap.SegmentB.Default)

Specifies the expected nominal power of the measured RF signal for segment <no> in list mode.

param level:

numeric The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin Range: -47 dBm to 34 dBm for the input power at RF 1 COM and RF 2 COM (please notice also the ranges quoted in the data sheet) .

param segmentB:

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