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: numeric Statistic count for statistical modulation measurement Range: 1 to 1000

  • Power_Stat_Count: int: numeric Statistic count for statistical power measurement Range: 1 to 1000

  • Spec_Obw_Stat_Cnt: int: numeric Statistic count for spectrum 20 dB bandwidth measurement (BR) Range: 1 to 1000

  • Spec_Acp_Stat_Cnt: int: numeric Statistic count for spectrum ACP (BR, LE) Range: 1 to 1000

  • Spec_Gat_Acp_Stat_Cnt: int: numeric Statistic count for spectrum gated ACP measurement (EDR) Range: 1 to 1000

get(segment=Segment.Default) ScountStruct[source]
# SCPI: CONFigure:BLUetooth:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SCOunt
value: ScountStruct = driver.configure.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.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:

numeric Statistic count for statistical modulation measurement Range: 1 to 1000

param power_stat_count:

numeric Statistic count for statistical power measurement Range: 1 to 1000

param spec_obw_stat_cnt:

numeric Statistic count for spectrum 20 dB bandwidth measurement (BR) Range: 1 to 1000

param spec_acp_stat_cnt:

numeric Statistic count for spectrum ACP (BR, LE) Range: 1 to 1000

param spec_gat_acp_stat_cnt:

numeric Statistic count for spectrum gated ACP measurement (EDR) Range: 1 to 1000

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.multiEval.listPy.segment.scount.clone()

Subgroups