FmTolerance

SCPI Command :

CALCulate<n>:HOPDetection:FMTolerance
class FmToleranceCls[source]

FmTolerance commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:HOPDetection:FMTolerance
value: float = driver.applications.k60Transient.calculate.hopDetection.fmTolerance.get(window = repcap.Window.Default)

Defines the allowed deviation from the detected FM 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: HZ

set(tolerance: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:HOPDetection:FMTolerance
driver.applications.k60Transient.calculate.hopDetection.fmTolerance.set(tolerance = 1.0, window = repcap.Window.Default)

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

param tolerance

Unit: HZ

param window

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