VeriStand .NET API Reference

Table of Contents

SingleChannelTrigger.ChannelPath Property

Gets or sets a value indicating the system definition path of the channel to monitor.

Namespace: NationalInstruments.VeriStand.ClientAPI.Logging
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property ChannelPath As String
C#
public string ChannelPath { get; set; }
Visual C++
public:
property String^ ChannelPath {
	String^ get ();
	void set (String^ value);
}

See Also

Log in to get a better experience