OcaUint64Actuator¶
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|BigInt |
OcaUint64 |
Furthermore, it inherits the properties ClassID, ClassVersion, ObjectNumber, Lockable, Role, Enabled, Ports, Label, Owner, Latency and Setting.
-
class
OcaUint64Actuator(objectNumber, device)¶ Basic Uint64 actuator.
-
OcaUint64Actuator.OnSettingChanged¶ type: PropertyEvent.<(number|BigInt)>
This event is emitted when the property Setting changes in the remote object. The property
Settingis described in the AES70 standard as follows. Uint64 setting.
-
OcaUint64Actuator.GetSetting()¶ Gets the value and limits of the Gain property. The return value indicates whether the data was successfully retrieved. The return values of this method are
Setting of type
number|BigIntminSetting of type
number|BigIntmaxSetting of type
number|BigInt
- Returns
Promise.<Arguments.<(number|BigInt), (number|BigInt), (number|BigInt)>> –
-
OcaUint64Actuator.SetSetting(Setting)¶ Sets the value of the Level property. The return value indicates whether the property was successfully set.
- Arguments
Setting (number|BigInt) –
- Returns
Promise.<void> –
-