Limit
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:TPC:LIMit:TTOLerance
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_ttolerance() float[source]
# CONFigure:NRSub:MEASurement<Instance>:TPC:LIMit:TTOLerance value: float = driver.configure.nrSubMeas.tpc.limit.get_ttolerance()
Defines the test tolerance (TT) for the limit check.
- Returns:
test_tolerance: numeric
- set_ttolerance(test_tolerance: float) None[source]
# CONFigure:NRSub:MEASurement<Instance>:TPC:LIMit:TTOLerance driver.configure.nrSubMeas.tpc.limit.set_ttolerance(test_tolerance = 1.0)
Defines the test tolerance (TT) for the limit check.
- Parameters:
test_tolerance – numeric
Cloning the Group
# Create a copy of the original group, that exists independently
limit_copy = driver.configure.nrSubMeas.tpc.limit.clone()
Subgroups