Setup Class
- Updated2023-02-21
- 2 minute(s) read
Represents the Setup section of sequence code, which executes before the Main and CleanUp code sections. This section contains statements that initialize the sequence.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Public Class Setup _ Inherits CodeSection |
C# |
---|
public class Setup : CodeSection |
Visual C++ |
---|
public ref class Setup : public CodeSection |
Remarks
Use this section at the beginning of sequence execution to initialize variables as needed.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.CodeSection
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Setup
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.CodeSection
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Setup
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.