Scount

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:SCOunt
class ScountCls[source]

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

class ScountStruct[source]

Response structure. Fields:

  • Stat_Count_Mod: int: numeric No. of burst to be measured during modulation measurements Range: 1 to 2000

  • Stat_Count_Sem: int: numeric No. of bursts to be measured during spectrum measurements Range: 1 to 1000

get(segmentB=SegmentB.Default) ScountStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:SCOunt
value: ScountStruct = driver.configure.multiEval.listPy.segment.scount.get(segmentB = repcap.SegmentB.Default)

Specifies the modulation and spectrum statistical length for segment <no> in list mode.

param segmentB:

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

return:

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

set(stat_count_mod: int, stat_count_sem: int, segmentB=SegmentB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:SCOunt
driver.configure.multiEval.listPy.segment.scount.set(stat_count_mod = 1, stat_count_sem = 1, segmentB = repcap.SegmentB.Default)

Specifies the modulation and spectrum statistical length for segment <no> in list mode.

param stat_count_mod:

numeric No. of burst to be measured during modulation measurements Range: 1 to 2000

param stat_count_sem:

numeric No. of bursts to be measured during spectrum measurements Range: 1 to 1000

param segmentB:

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