EpStep
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PCONtrol:EPSTep
- class EpStepCls[source]
EpStep commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class EpStepStruct[source]
Response structure. Fields:
Expected_0_Db: float: Tolerance value for power step size 0 dB
Expected_1_Db: float: Tolerance value for power step size 1 dB
Expected_2_Db: float: Tolerance value for power step size 2 dB
Expected_3_Db: float: Tolerance value for power step size 3 dB
Expected_4_To_7_Db: float: Tolerance value for power step size 4 dB to 7 dB
- get() EpStepStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PCONtrol:EPSTep value: EpStepStruct = driver.configure.wcdmaMeas.multiEval.limit.pcontrol.epStep.get()
Defines tolerance values (Expected Power Step Limits) depending on the nominal power step size.
- return:
structure: for return value, see the help for EpStepStruct structure arguments.
- set(expected_0_db: float, expected_1_db: float, expected_2_db: float, expected_3_db: float, expected_4_to_7_db: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:MEValuation:LIMit:PCONtrol:EPSTep driver.configure.wcdmaMeas.multiEval.limit.pcontrol.epStep.set(expected_0_db = 1.0, expected_1_db = 1.0, expected_2_db = 1.0, expected_3_db = 1.0, expected_4_to_7_db = 1.0)
Defines tolerance values (Expected Power Step Limits) depending on the nominal power step size.
- param expected_0_db:
Tolerance value for power step size 0 dB
- param expected_1_db:
Tolerance value for power step size 1 dB
- param expected_2_db:
Tolerance value for power step size 2 dB
- param expected_3_db:
Tolerance value for power step size 3 dB
- param expected_4_to_7_db:
Tolerance value for power step size 4 dB to 7 dB