ValueDouble¶
-
double ISignal.ValueDouble { get; set; }¶
Gets or sets the signal value as floating-point value.
- Value
double – Signal value.
- Throws
InvalidArgumentException
– Value is out of bounds.UnsupportedException
– Signal is not writable or cannot be written using a floating point value because it represents an integer value(possible data loss).InvalidOperationException
– Entity associated with signal is in invalid state for specified value.ResourceBusyException
– Signal value cannot be set at this moment.CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.