VeriStand .NET API Reference

Waveform Class

Represents a waveform in the system definition. This is a base class for more specific waveform classes, including hardware waveforms, custom device waveforms, and so on.

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 Waveform _
	Inherits BaseNode
C#
public class Waveform : BaseNode
Visual C++
public ref class Waveform : public BaseNode

Remarks

Use the members of this class to get and set basic properties of a waveform, including its data type and associated units.

Accessing this Class

You cannot explicitly construct a Waveform object. Use an object of a type that inherits this class to access its members.

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.Waveform
            NationalInstruments.VeriStand.SystemDefinitionAPI.DAQWaveform

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