Y

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:A
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:B
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:C
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:D
class YCls[source]

Y commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_a() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:A
value: float = driver.configure.multiEval.limit.tsMask.lofdm.y.get_a()

Defines the Y-value for point A of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

return:

tsm_lim_yrel_lev_a: numeric Range: -90 dB to 10 dB

get_b() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:B
value: float = driver.configure.multiEval.limit.tsMask.lofdm.y.get_b()

Defines the Y-value for point B of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

return:

tsm_lim_yrel_lev_b: numeric Range: -90 dB to 10 dB

get_c() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:C
value: float = driver.configure.multiEval.limit.tsMask.lofdm.y.get_c()

Defines the Y-value for point C of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

return:

tsm_lim_yrel_lev_c: numeric Range: -90 dB to 10 dB

get_d() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:D
value: float = driver.configure.multiEval.limit.tsMask.lofdm.y.get_d()

Defines the Y-value for point D of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

return:

tsm_lim_yrel_lev_d: numeric Range: -90 dB to 10 dB

set_a(tsm_lim_yrel_lev_a: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:A
driver.configure.multiEval.limit.tsMask.lofdm.y.set_a(tsm_lim_yrel_lev_a = 1.0)

Defines the Y-value for point A of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

param tsm_lim_yrel_lev_a:

numeric Range: -90 dB to 10 dB

set_b(tsm_lim_yrel_lev_b: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:B
driver.configure.multiEval.limit.tsMask.lofdm.y.set_b(tsm_lim_yrel_lev_b = 1.0)

Defines the Y-value for point B of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

param tsm_lim_yrel_lev_b:

numeric Range: -90 dB to 10 dB

set_c(tsm_lim_yrel_lev_c: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:C
driver.configure.multiEval.limit.tsMask.lofdm.y.set_c(tsm_lim_yrel_lev_c = 1.0)

Defines the Y-value for point C of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

param tsm_lim_yrel_lev_c:

numeric Range: -90 dB to 10 dB

set_d(tsm_lim_yrel_lev_d: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:LOFDm:Y:D
driver.configure.multiEval.limit.tsMask.lofdm.y.set_d(tsm_lim_yrel_lev_d = 1.0)

Defines the Y-value for point D of the spectrum mask (802.11a/g, OFDM) . See also ‘Transmit spectrum mask OFDM, default masks’.

param tsm_lim_yrel_lev_d:

numeric Range: -90 dB to 10 dB