VeriStand .NET API Reference

DAQTriggerDigitalEdge.Source Property

Gets or sets the name of a terminal that is the source of the digital signal used as the trigger.

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

Property Value

The name of a terminal.

Remarks

Refer to the NI-DAQmx Device Terminals Help to find terminal names for devices supported in NI-DAQmx.

See Also

Log in to get a better experience