Stime

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:STIMe
class StimeCls[source]

Stime 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>:STIMe
value: float = driver.configure.multiEval.listPy.segment.stime.get(segmentB = repcap.SegmentB.Default)

Specifies the duration of the segment for segment <no> in list mode.

param segmentB:

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

return:

segment_time: numeric Range: 4E-4 s to 1 s

set(segment_time: float, segmentB=SegmentB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:STIMe
driver.configure.multiEval.listPy.segment.stime.set(segment_time = 1.0, segmentB = repcap.SegmentB.Default)

Specifies the duration of the segment for segment <no> in list mode.

param segment_time:

numeric Range: 4E-4 s to 1 s

param segmentB:

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