Gets or sets whether the Boolean evaluation is inverted. In an inverted evaluation, a false (False in Visual Basic) value indicates passing and a true (True in Visual Basic) value indicates failing.
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 Invert As Boolean |
| C# |
|---|
public bool Invert { get; set; } |
| Visual C++ |
|---|
public:
property bool Invert {
bool get ();
void set (bool value);
} |
Property Value
true (True in Visual Basic) if the evaluation is inverted.