PmTolerance

SCPI Command :

CALCulate<n>:HOPDetection:PMTolerance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# 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’.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Returns:

tolerance: Unit: degrees

set(tolerance: float, window=Window.Default) None[source]
# 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’.

Parameters:
  • tolerance – Unit: degrees

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)