Mtime
SCPI Command :
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:MTIMe
- class MtimeCls[source]
Mtime commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(segmentB=SegmentB.Default) float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:MTIMe value: float = driver.configure.wlanMeas.multiEval.listPy.segment.mtime.get(segmentB = repcap.SegmentB.Default)
Specifies the measurement time for segment <no> in list mode.
- param segmentB:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
meas_time: Duration of measurement for the segment
- set(meas_time: float, segmentB=SegmentB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:MTIMe driver.configure.wlanMeas.multiEval.listPy.segment.mtime.set(meas_time = 1.0, segmentB = repcap.SegmentB.Default)
Specifies the measurement time for segment <no> in list mode.
- param meas_time:
Duration of measurement for the segment
- param segmentB:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)