Enable

SCPI Command :

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

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

get(bandwidthB=BandwidthB.Bw5) bool[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:POFDm:BW<bandwidth>:ENABle
value: bool = driver.configure.multiEval.limit.tsMask.pofdm.bw.enable.get(bandwidthB = repcap.BandwidthB.Bw5)

Activates or deactivates the transmit spectrum mask limit check for 802.11p signals with the specified <bandwidth>.

param bandwidthB:

optional repeated capability selector. Default value: Bw5

return:

tsm_lim_enable: OFF | ON

set(tsm_lim_enable: bool, bandwidthB=BandwidthB.Bw5) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:POFDm:BW<bandwidth>:ENABle
driver.configure.multiEval.limit.tsMask.pofdm.bw.enable.set(tsm_lim_enable = False, bandwidthB = repcap.BandwidthB.Bw5)

Activates or deactivates the transmit spectrum mask limit check for 802.11p signals with the specified <bandwidth>.

param tsm_lim_enable:

OFF | ON

param bandwidthB:

optional repeated capability selector. Default value: Bw5