VeriStand .NET API Reference

RealTimeSequenceCallStep.OutputEvaluationType Property

Gets or sets the type of pass/fail evaluation performed on the real-time sequence.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: 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);
}

Property Value

An enumeration of EvaluationType.

See Also

Log in to get a better experience