Enable

SCPI Command :

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

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

get(bandwidthE=BandwidthE.Default) bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:VHTofdm:BW<bandwidth>:ENABle
value: bool = driver.configure.multiEval.limit.tsMask.vhtOfdm.bw.enable.get(bandwidthE = repcap.BandwidthE.Default)

Enables or disables the transmit spectrum mask for 802.11ac signals with the specified <bandwidth>, i.e. activates or deactivates the corresponding limit checks.

param bandwidthE:

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

return:

tsm_lim_enable: OFF | ON

set(tsm_lim_enable: bool, bandwidthE=BandwidthE.Default) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:VHTofdm:BW<bandwidth>:ENABle
driver.configure.multiEval.limit.tsMask.vhtOfdm.bw.enable.set(tsm_lim_enable = False, bandwidthE = repcap.BandwidthE.Default)

Enables or disables the transmit spectrum mask for 802.11ac signals with the specified <bandwidth>, i.e. activates or deactivates the corresponding limit checks.

param tsm_lim_enable:

OFF | ON

param bandwidthE:

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