NI-SCOPE .NET Class Library Help

Table of Contents

ScopeReferenceTrigger.Hysteresis Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeReferenceTrigger.Hysteresis Property

ScopeReferenceTriggerHysteresis Property

Specifies the size of the hysteresis window on either side of the trigger level.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public double Hysteresis { get; set; }
Public Property Hysteresis As Double
	Get
	Set

Property Value

Type: Double
Units: Volts

Min Value: 0

Max Value for positive trigger slope:Hysteresis - trigger level >= -(vertical range/2) + vertical offset

Max Value for negative trigger slope:Hysteresis + trigger level <= -(vertical range/2) + vertical offset

See Also

Log in to get a better experience