PmTolerance
SCPI Command :
CALCulate<n>:HOPDetection:PMTolerance
- class PmToleranceCls[source]
PmTolerance commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:HOPDetection:PMTolerance value: float = driver.applications.k60Transient.calculate.hopDetection.pmTolerance.get(window = repcap.Window.Default)
Defines the allowed deviation from the detected PM signal model state where the hop is considered as ‘settled’.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
tolerance: Unit: degrees
- set(tolerance: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:HOPDetection:PMTolerance driver.applications.k60Transient.calculate.hopDetection.pmTolerance.set(tolerance = 1.0, window = repcap.Window.Default)
Defines the allowed deviation from the detected PM signal model state where the hop is considered as ‘settled’.
- param tolerance
Unit: degrees
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)