OcaFrequencyActuator

A online version of the AES70 specification of this class can be found at http://docs.deuso.de.

The class is a subclass of OcaActuator().

This class defines the properties

Name

JavaScript Type

AES70 Type

Frequency

number

OcaFrequency

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

class OcaFrequencyActuator(objectNumber, device)

Simple frequency actuator.

OcaFrequencyActuator.OnFrequencyChanged

type: PropertyEvent.<number>

This event is emitted when the property Frequency changes in the remote object. The property Frequency is described in the AES70 standard as follows. Frequency in Hertz.

OcaFrequencyActuator.GetFrequency()

Gets the value of the Frequency property. The return value indicates whether the property was successfully retrieved. The return values of this method are

  • Frequency of type number

  • minFrequency of type number

  • maxFrequency of type number

Returns

Promise.<Arguments.<number, number, number>>

OcaFrequencyActuator.SetFrequency(Frequency)

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

Arguments
  • Frequency (number) –

Returns

Promise.<void>