StimulusProfile.Setup Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the SetupStepGroup for the stimulus profile, which contains the initialization section of stimulus profile code.
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 Setup As SetupStepGroup |
| C# |
|---|
public SetupStepGroup Setup { get; set; } |
| Visual C++ |
|---|
public: property SetupStepGroup^ Setup { SetupStepGroup^ get (); void set (SetupStepGroup^ value); } |