Enable

SCPI Command :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HEOFdm:BW<bandwidth>:ENABle
class EnableCls[source]

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

get(bandwidthD=BandwidthD.Default) bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HEOFdm:BW<bandwidth>:ENABle
value: bool = driver.configure.multiEval.limit.spectrFlatness.heOfdm.bw.enable.get(bandwidthD = repcap.BandwidthD.Default)

Enables or disables the spectrum flatness limit check for 802.11ax signals with the specified <bandwidth>.

param bandwidthD:

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

return:

enable: OFF | ON

set(enable: bool, bandwidthD=BandwidthD.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:HEOFdm:BW<bandwidth>:ENABle
driver.configure.multiEval.limit.spectrFlatness.heOfdm.bw.enable.set(enable = False, bandwidthD = repcap.BandwidthD.Default)

Enables or disables the spectrum flatness limit check for 802.11ax signals with the specified <bandwidth>.

param enable:

OFF | ON

param bandwidthD:

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