VeriStand .NET API Reference

Content Type
Programming Language
Current manual
Table of Contents

Condition.ValueIsConstant Property

Gets whether the value compared to Variable is determined by a channel or by a constant.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property ValueIsConstant As Boolean
C#
public virtual bool ValueIsConstant { get; }
Visual C++
public:
virtual property bool ValueIsConstant {
	bool get ();
}

Property Value

true (True in Visual Basic) if the value is a constant. false (False in Visual Basic) if it is a channel value.

See Also

Was this information helpful?