EpStep
SCPI Command :
CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:EPSTep
- class EpStepCls[source]
EpStep commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class EpStepStruct[source]
Response structure. Fields:
Enable: bool: No parameter help available
Max_Count: int: Maximum allowed exceptions for sections BC, EF and GH
Step_1_Db: float: Exceptional limit for step size 1 dB
Step_2_Db: float: Exceptional limit for step size 2 dB
- get() EpStepStruct[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:EPSTep value: EpStepStruct = driver.configure.wcdmaMeas.tpc.limit.ilpControl.epStep.get()
Defines Inner Loop Power Control limits for exceptions and enables or disables the limit check.
- return:
structure: for return value, see the help for EpStepStruct structure arguments.
- set(enable: bool, max_count: int, step_1_db: float, step_2_db: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:TPC:LIMit:ILPControl:EPSTep driver.configure.wcdmaMeas.tpc.limit.ilpControl.epStep.set(enable = False, max_count = 1, step_1_db = 1.0, step_2_db = 1.0)
Defines Inner Loop Power Control limits for exceptions and enables or disables the limit check.
- param enable:
No help available
- param max_count:
Maximum allowed exceptions for sections BC, EF and GH
- param step_1_db:
Exceptional limit for step size 1 dB
- param step_2_db:
Exceptional limit for step size 2 dB