Ptolerance<PowerStep>
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:TPC:LIMit:PTOLerance<PowerStep>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr7 driver.configure.nrSubMeas.tpc.limit.ptolerance.repcap_powerStep_set(repcap.PowerStep.Nr1)
- get(powerStep=PowerStep.Default) List[float][source]
# CONFigure:NRSub:MEASurement<Instance>:TPC:LIMit:PTOLerance<PowerStep> value: List[float] = driver.configure.nrSubMeas.tpc.limit.ptolerance.get(powerStep = repcap.PowerStep.Default)
Defines the power tolerances depending on the expected power step size ΔP.
- Parameters:
powerStep – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ptolerance’)
- set(power_tolerance: List[float], powerStep=PowerStep.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:TPC:LIMit:PTOLerance<PowerStep> driver.configure.nrSubMeas.tpc.limit.ptolerance.set(power_tolerance = [1.1, 2.2, 3.3], powerStep = repcap.PowerStep.Default)
Defines the power tolerances depending on the expected power step size ΔP.
- Parameters:
powerStep – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ptolerance’)
Cloning the Group
# Create a copy of the original group, that exists independently
ptolerance_copy = driver.configure.nrSubMeas.tpc.limit.ptolerance.clone()