MainStepGroup Class
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Represents the Main section of the stimulus profile code. This section is a StepGroup that contains the main execution code for the stimulus profile. Steps in this section execute after the SetupStepGroup and before the CleanupStepGroup.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Remarks
Use the members of this class to get and set information about the step group.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.StepGroup
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.MainStepGroup
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.StepGroup
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.MainStepGroup
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.