VeriStand .NET API Reference

DAQTriggerAnalogEdge.Level Property

Gets or sets the threshold value, in the units of the measurement, at which to start acquiring samples. Set the Slope to specify on which type of slope this level causes the task to start acquiring data.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Level As Double
C#
public double Level { get; set; }
Visual C++
public:
property double Level {
	double get ();
	void set (double value);
}

Property Value

The numeric value of the threshold level.

See Also

Log in to get a better experience