VeriStand .NET API Reference

DAQTriggerAnalogWindow.Source Property

Gets or sets the name of a virtual channel or terminal that is the source of the analog 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);
}

Remarks

For E Series DAQ devices, if you specify a channel name as source, the channel must be the first channel in the task. Also, the only terminal you can use for E Series devices is PFI0.

See Also

Log in to get a better experience