OcaFloat64Actuator¶
A online version of the AES70 specification of this class can be found at http://docs.deuso.de.
The class is a subclass of OcaBasicActuator()
.
This class defines the properties
Name |
JavaScript Type |
AES70 Type |
---|---|---|
Setting |
number |
OcaFloat64 |
Furthermore, it inherits the properties ClassID, ClassVersion, ObjectNumber, Lockable, Role, Enabled, Ports, Label, Owner, Latency and Setting.
-
class
OcaFloat64Actuator
(objectNumber, device)¶ Basic Float64 actuator.
-
OcaFloat64Actuator.
OnSettingChanged
¶ type: PropertyEvent.<number>
This event is emitted when the property Setting changes in the remote object. The property
Setting
is described in the AES70 standard as follows. Float64 value.
-
OcaFloat64Actuator.
GetSetting
()¶ Gets the value and limits of the Setting property. The return value indicates whether the data was successfully retrieved. The return values of this method are
Setting of type
number
minSetting of type
number
maxSetting of type
number
- Returns
Promise.<Arguments.<number, number, number>> –
-
OcaFloat64Actuator.
SetSetting
(Setting)¶ Sets the value of the Level property. The return value indicates whether the property was successfully set.
- Arguments
Setting (number) –
- Returns
Promise.<void> –
-