VeriStand .NET API Reference

Switch.TestExpression Property

The expression to evaluate each CaseValue in the Cases list against to determine which case to execute. If this value matches the value of a case, the Switch statement executes that case. If no case matches this value, the statement executes the Default case.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property TestExpression As Expression
C#
public Expression TestExpression { get; set; }
Visual C++
public:
property Expression^ TestExpression {
	Expression^ get ();
	void set (Expression^ value);
}

Property Value

An Expression object.

See Also

Log in to get a better experience