Enable
SCPI Command :
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:POFDm:BW<bandwidth>:ENABle
- class EnableCls[source]
Enable commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(bandwidthB=BandwidthB.Default) bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:POFDm:BW<bandwidth>:ENABle value: bool = driver.configure.wlanMeas.multiEval.limit.spectrFlatness.pofdm.bw.enable.get(bandwidthB = repcap.BandwidthB.Default)
Enables or disables the spectrum flatness limit check for 802.11p OFDM signals with the specified <bandwidth>.
- param bandwidthB:
optional repeated capability selector. Default value: Bw5 (settable in the interface ‘Bw’)
- return:
enable: No help available
- set(enable: bool, bandwidthB=BandwidthB.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:SFLatness:POFDm:BW<bandwidth>:ENABle driver.configure.wlanMeas.multiEval.limit.spectrFlatness.pofdm.bw.enable.set(enable = False, bandwidthB = repcap.BandwidthB.Default)
Enables or disables the spectrum flatness limit check for 802.11p OFDM signals with the specified <bandwidth>.
- param enable:
No help available
- param bandwidthB:
optional repeated capability selector. Default value: Bw5 (settable in the interface ‘Bw’)