IStimulus.GetStimulusProfileManagerState Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the state of the stimulus profile manager.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function GetStimulusProfileManagerState ( _ <OutAttribute> ByRef state As StimulusState _ ) As Error |
| C# |
|---|
Error GetStimulusProfileManagerState( out StimulusState state ) |
| Visual C++ |
|---|
Error^ GetStimulusProfileManagerState( [OutAttribute] StimulusState% state ) |
Parameters
- state
- Type:
NationalInstruments.VeriStand.ClientAPI.StimulusState
%
The StimulusState of the stimulus profile manager.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.
Remarks
The method is valid for the original version of the NI VeriStand Stimulus Profile Editor only. In NI VeriStand 2011 and later, this method is maintained for compatibility purposes only. Use the members of the Stimulus Profile Execution API to interact with stimulus profiles in NI VeriStand 2011 and later.