Mscalar

SCPI Command :

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

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

get(segment=Segment.Default) int[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCOunt:MSCalar
value: int = driver.configure.multiEval.listPy.segment.scount.mscalar.get(segment = repcap.Segment.Default)

Defines the statistic count in the segment. The last mnemonic denotes the measurement type: statistical modulation measurement, statistical power measurement, spectrum ACP measurement (BR, LE) , spectrum gated ACP measurement (EDR) , spectrum 20 dB bandwidth (occupied bandwidth) measurement (BR) .

param segment:

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

return:

mod_stat_count: numeric Statistic count Range: 1 to 1000

set(mod_stat_count: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCOunt:MSCalar
driver.configure.multiEval.listPy.segment.scount.mscalar.set(mod_stat_count = 1, segment = repcap.Segment.Default)

Defines the statistic count in the segment. The last mnemonic denotes the measurement type: statistical modulation measurement, statistical power measurement, spectrum ACP measurement (BR, LE) , spectrum gated ACP measurement (EDR) , spectrum 20 dB bandwidth (occupied bandwidth) measurement (BR) .

param mod_stat_count:

numeric Statistic count Range: 1 to 1000

param segment:

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