RealTimeSequenceCallStep.OutputEvaluationType Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the type of pass/fail evaluation performed on the real-time sequence.
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 OutputEvaluationType As EvaluationType |
| C# |
|---|
public EvaluationType OutputEvaluationType { get; set; } |
| Visual C++ |
|---|
public: property EvaluationType OutputEvaluationType { EvaluationType get (); void set (EvaluationType value); } |