Scount

SCPI Command :

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

Scount commands group definition. 7 total commands, 6 Subgroups, 1 group commands

class ScountStruct[source]

Response structure. Fields:

  • Mod_Stat_Count: int: Statistic count for statistical modulation measurement

  • Power_Stat_Count: int: Statistic count for statistical power measurement

  • Spec_Obw_Stat_Cnt: int: Statistic count for spectrum 20 dB bandwidth measurement (BR)

  • Spec_Acp_Stat_Cnt: int: Statistic count for spectrum ACP (BR, LE)

  • Spec_Gat_Acp_Stat_Cnt: int: Statistic count for spectrum gated ACP measurement (EDR)

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

Defines the statistic count for the particular measurement type in the segment.

param segment:

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

return:

structure: for return value, see the help for ScountStruct structure arguments.

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

Defines the statistic count for the particular measurement type in the segment.

param mod_stat_count:

Statistic count for statistical modulation measurement

param power_stat_count:

Statistic count for statistical power measurement

param spec_obw_stat_cnt:

Statistic count for spectrum 20 dB bandwidth measurement (BR)

param spec_acp_stat_cnt:

Statistic count for spectrum ACP (BR, LE)

param spec_gat_acp_stat_cnt:

Statistic count for spectrum gated ACP measurement (EDR)

param segment:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.bluetooth.measurement.multiEval.listPy.segment.scount.clone()

Subgroups