StimulusProfile.Main Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the MainStepGroup for the stimulus profile, which contains the main execution code of the stimulus profile.
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApiAssembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property Main As MainStepGroup |
| C# |
|---|
public MainStepGroup Main { get; set; } |
| Visual C++ |
|---|
public: property MainStepGroup^ Main { MainStepGroup^ get (); void set (MainStepGroup^ value); } |