Main Class
- Updated2023-02-21
- 2 minute(s) read
Represents the Main section of sequence code, which executes after the Setup section and before the CleanUp sections. This section contains the core set of statements that the sequence executes.
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 Main _ Inherits CodeSection |
C# |
---|
public class Main : CodeSection |
Visual C++ |
---|
public ref class Main : public CodeSection |
Remarks
Use this section to configure the main execution steps of the real-time sequence.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.CodeSection
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Main
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.CodeSection
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Main
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.