Segment<Segment>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.multiEval.trace.tsMask.mask.segment.repcap_segment_get()
driver.multiEval.trace.tsMask.mask.segment.repcap_segment_set(repcap.Segment.Nr1)

SCPI Commands :

READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MASK:SEGMent<seg>
FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MASK:SEGMent<seg>
class SegmentCls[source]

Segment commands group definition. 2 total commands, 0 Subgroups, 2 group commands Repeated Capability: Segment, default value after init: Segment.Nr1

fetch(start: float = None, count: float = None, decimation: float = None, segment=Segment.Default) List[float][source]
# SCPI: FETCh:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MASK:SEGMent<seg>
value: List[float] = driver.multiEval.trace.tsMask.mask.segment.fetch(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the power values (Y-values) of the transmit spectrum mask limit line trace for segment <seg>, for SISO measurements and bandwidths with two segments.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param segment:

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

return:

spec_trace_mask: float Comma-separated list of power values, trace from left to right Unit: dB

read(start: float = None, count: float = None, decimation: float = None, segment=Segment.Default) List[float][source]
# SCPI: READ:WLAN:MEASurement<Instance>:MEValuation:TRACe:TSMask:MASK:SEGMent<seg>
value: List[float] = driver.multiEval.trace.tsMask.mask.segment.read(start = 1.0, count = 1.0, decimation = 1.0, segment = repcap.Segment.Default)

Return the power values (Y-values) of the transmit spectrum mask limit line trace for segment <seg>, for SISO measurements and bandwidths with two segments.

Use RsCmwWlanMeas.reliability.last_value to read the updated reliability indicator.

param start:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param count:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param decimation:

numeric For the optional query parameters start, count and decimation, see ‘Trace sub-arrays’.

param segment:

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

return:

spec_trace_mask: float Comma-separated list of power values, trace from left to right Unit: dB

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.trace.tsMask.mask.segment.clone()