Y

SCPI Commands :

CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:DSSS:Y:AB
CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:DSSS:Y:CD
class YCls[source]

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

get_ab() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:DSSS:Y:AB
value: float = driver.configure.multiEval.limit.tsMask.dsss.y.get_ab()

Defines the power level of the horizontal spectrum mask line connecting point A and B, see ‘Transmit spectrum mask DSSS’.

return:

yrel_level_ab: numeric Range: -90 dB to 10 dB

get_cd() float[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:DSSS:Y:CD
value: float = driver.configure.multiEval.limit.tsMask.dsss.y.get_cd()

Defines the power level of the horizontal spectrum mask line connecting point C and D, see ‘Transmit spectrum mask DSSS’.

return:

yrel_level_cd: numeric Range: -90 dB to 10 dB

set_ab(yrel_level_ab: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:DSSS:Y:AB
driver.configure.multiEval.limit.tsMask.dsss.y.set_ab(yrel_level_ab = 1.0)

Defines the power level of the horizontal spectrum mask line connecting point A and B, see ‘Transmit spectrum mask DSSS’.

param yrel_level_ab:

numeric Range: -90 dB to 10 dB

set_cd(yrel_level_cd: float) None[source]
# SCPI: CONFigure:WLAN:MEASurement<Instance>:MEValuation:LIMit:TSMask:DSSS:Y:CD
driver.configure.multiEval.limit.tsMask.dsss.y.set_cd(yrel_level_cd = 1.0)

Defines the power level of the horizontal spectrum mask line connecting point C and D, see ‘Transmit spectrum mask DSSS’.

param yrel_level_cd:

numeric Range: -90 dB to 10 dB