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: No. of burst to be measured during modulation measurements.
Stat_Count_Sem: int: No. of bursts to be measured during spectrum measurements.
- get(segmentB=SegmentB.Default) ScountStruct[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:SCOunt value: ScountStruct = driver.configure.wlanMeas.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.wlanMeas.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:
No. of burst to be measured during modulation measurements.
- param stat_count_sem:
No. of bursts to be measured during spectrum measurements.
- param segmentB:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)