VeriStand .NET API Reference

Generator Class

Represents a stimulus generator in the Legacy Stimulus Profile Editor, which produces simulated real-world signals that stimulus profiles use to perform tests on a system.

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

Remarks

Note:

This class is obsolete in NI VeriStand 2011 and later and does not interact with the latest version of the Stimulus Profile Editor. Use the Stimulus Profile API, in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll to interact with the current Stimulus Profile Editor.

Use the members of this class to get a list of channels under the stimulus generator.

Accessing this Class

Inheritance Hierarchy

System.Object
    NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
        NationalInstruments.VeriStand.SystemDefinitionAPI.Section
            NationalInstruments.VeriStand.SystemDefinitionAPI.Generator

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