NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTrigger.Level Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTrigger.Level Property

ScopeTriggerLevel Property

Gets or sets the voltage threshold, in volts, for the trigger subsystem.

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

Syntax

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

Property Value

Type: Double
The values of the properties Range and Offset determine the valid range for the trigger level on the channel used as the Trigger Source. The value passed for the parameter must meet the following conditions:

Trigger Level <= (Range/2) + Offset

Range >= (-Range/2) + Offset

Implements

IIviScopeTriggerLevel

Remarks

This property affects instrument behavior only when the Type is set to Edge, Hysteresis, or Window.

See Also

Log in to get a better experience