VeriStand .NET API Reference

DAQTriggerDigitalEdge.Edge Property

Gets or sets on which type of edge of the digital signal to start acquiring samples.

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 Edge As DirectionType
C#
public DirectionType Edge { get; set; }
Visual C++
public:
property DirectionType Edge {
	DirectionType get ();
	void set (DirectionType value);
}

Property Value

An enumeration of DirectionType.

See Also

Log in to get a better experience