Pscalar

SCPI Command :

CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:PSCalar
class PscalarCls[source]

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

get(segment=Segment.Default) bool[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:PSCalar
value: bool = driver.configure.multiEval.listPy.segment.results.pscalar.get(segment = repcap.Segment.Default)

Enables or disables the evaluation of results for the segment<no> in list mode. The last mnemonic denotes the measurement type: statistical modulation results, statistical power results, spectrum ACP (BR, LE) , spectrum gated ACP (EDR) , spectrum 20 dB bandwidth (BR) .

param segment:

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

return:

enable_pow_scalar: No help available

set(enable_pow_scalar: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:PSCalar
driver.configure.multiEval.listPy.segment.results.pscalar.set(enable_pow_scalar = False, segment = repcap.Segment.Default)

Enables or disables the evaluation of results for the segment<no> in list mode. The last mnemonic denotes the measurement type: statistical modulation results, statistical power results, spectrum ACP (BR, LE) , spectrum gated ACP (EDR) , spectrum 20 dB bandwidth (BR) .

param enable_pow_scalar:

No help available

param segment:

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