OcaInt16Actuator

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

OcaInt16

Furthermore, it inherits the properties ClassID, ClassVersion, ObjectNumber, Lockable, Role, Enabled, Ports, Label, Owner, Latency and Setting.

class OcaInt16Actuator(objectNumber, device)

Basic int16 actuator.

OcaInt16Actuator.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. Int16 setting.

OcaInt16Actuator.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>>

OcaInt16Actuator.SetSetting(Setting)

Sets the Setting property. The return value indicates whether the property was successfully set.

Arguments
  • Setting (number) –

Returns

Promise.<void>