Gets the default value of the channel.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property DefaultValue As Double() |
| C# |
|---|
public virtual double[] DefaultValue { get; } |
| Visual C++ |
|---|
public:
virtual property array<double>^ DefaultValue {
array<double>^ get ();
} |
Property Value
The default value.