Mscalar

SCPI Command :

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

Mscalar 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:MSCalar
value: bool = driver.configure.multiEval.listPy.segment.results.mscalar.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_mod_scalar: No help available

set(enable_mod_scalar: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:RESults:MSCalar
driver.configure.multiEval.listPy.segment.results.mscalar.set(enable_mod_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_mod_scalar:

No help available

param segment:

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