EnvelopePower

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:ENPower
class EnvelopePowerCls[source]

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

get(segment=Segment.Default) float[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>[:SETup]:ENPower
value: float = driver.configure.multiEval.listPy.segment.setup.envelopePower.get(segment = repcap.Segment.Default)

Specifies the expected nominal power in the segment. The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin

param segment:

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

return:

level: numeric The input power range is stated in the data sheet. Unit: dBm

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

Specifies the expected nominal power in the segment. The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin

param level:

numeric The input power range is stated in the data sheet. Unit: dBm

param segment:

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