NI-SCOPE .NET Class Library Help

ScopeWindowReferenceTrigger.LowLevel Property

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

ScopeWindowReferenceTriggerLowLevel Property

Gets or sets the lower 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 LowLevel { get; set; }
Public Property LowLevel As Double
	Get
	Set

Property Value

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

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

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

Low Trigger Level < High Trigger Level

Remarks

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

See Also