NI-SCOPE .NET Class Library Help

ScopeWindowReferenceTrigger.HighLevel Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeWindowReferenceTrigger.HighLevel Property

ScopeWindowReferenceTriggerHighLevel Property

Gets or sets the upper voltage threshold you want the digitizer to use for window triggering.

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

Syntax

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

Property Value

Type: Double
The values for this property must meet the following conditions:

High Trigger Level <= Vertical Range/2 + Vertical Offset

High Trigger Level >= (-Vertical Range/2) + Vertical Offset

High Trigger Level > Low Trigger Level

Remarks

The digitizer triggers when the trigger signal enters or leaves the window specified with HighLevel and this property.

See Also