Emask
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:RELative
- class EmaskCls[source]
Emask commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- class RelativeStruct[source]
Structure for setting input parameters. Fields:
Point_A: float or bool: No parameter help available
Point_B: float or bool: No parameter help available
Point_C: float or bool: No parameter help available
Point_D: float or bool: No parameter help available
Point_E: float or bool: No parameter help available
Point_F: float or bool: No parameter help available
- get_relative() RelativeStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:RELative value: RelativeStruct = driver.configure.wcdmaMeas.multiEval.limit.emask.get_relative()
Defines relative limits for the spectrum emission curves.
- return:
structure: for return value, see the help for RelativeStruct structure arguments.
- set_relative(value: RelativeStruct) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:EMASk:RELative structure = driver.configure.wcdmaMeas.multiEval.limit.emask.RelativeStruct() structure.Point_A: float or bool = 1.0 structure.Point_B: float or bool = 1.0 structure.Point_C: float or bool = 1.0 structure.Point_D: float or bool = 1.0 structure.Point_E: float or bool = 1.0 structure.Point_F: float or bool = 1.0 driver.configure.wcdmaMeas.multiEval.limit.emask.set_relative(value = structure)
Defines relative limits for the spectrum emission curves.
- param value:
see the help for RelativeStruct structure arguments.
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.multiEval.limit.emask.clone()
Subgroups