PmTolerance

SCPI Command :

CALCulate<n>:CHRDetection: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>:CHRDetection:PMTolerance
value: float = driver.applications.k60Transient.calculate.chrDetection.pmTolerance.get(window = repcap.Window.Default)

Defines the allowed deviation from the detected PM signal model state where the chirp 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>:CHRDetection:PMTolerance
driver.applications.k60Transient.calculate.chrDetection.pmTolerance.set(tolerance = 1.0, window = repcap.Window.Default)

Defines the allowed deviation from the detected PM signal model state where the chirp is considered as ‘settled’.

param tolerance

Unit: degrees

param window

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