VeriStand .NET API Reference

DAQTaskCommand Class

Represents one of the channels under the DAQTaskAI, DAQTriggers, or DAQLogging sections. Task command channels control the execution of the DAQTaskAI.

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 Class DAQTaskCommand _
	Inherits Channel
C#
public class DAQTaskCommand : Channel
Visual C++
public ref class DAQTaskCommand : public Channel

Remarks

Accessing this Class

Refer to Waveform Task Channels in the NI VeriStand Help for information about each type of DAQTaskCommand channel.

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.Channel
            NationalInstruments.VeriStand.SystemDefinitionAPI.DAQTaskCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience