Standard

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:STANdard
class StandardCls[source]

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

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

Specifies the standard for segment <no> in list mode.

param segmentB:

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

return:

standard: DSSS | LOFDm | HTOFdm | VHTofdm | HEOFdm | POFDm DSSS: 802.11b/g (DSSS) LOFDm: 802.11a/g (OFDM) HTOFdm: 802.11n VHTofdm: 802.11ac HEOFdm: 802.11ax POFDm: 802.11p

set(standard: IeeeStandard, segmentB=SegmentB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIST:SEGMent<segment>:STANdard
driver.configure.multiEval.listPy.segment.standard.set(standard = enums.IeeeStandard.DSSS, segmentB = repcap.SegmentB.Default)

Specifies the standard for segment <no> in list mode.

param standard:

DSSS | LOFDm | HTOFdm | VHTofdm | HEOFdm | POFDm DSSS: 802.11b/g (DSSS) LOFDm: 802.11a/g (OFDM) HTOFdm: 802.11n VHTofdm: 802.11ac HEOFdm: 802.11ax POFDm: 802.11p

param segmentB:

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