UNPKG

aes70

Version:

A controller library for the AES70 protocol.

38 lines (35 loc) 807 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Enumeration of the types of level detector characteristics. Used in dynamics * classes and for sensors. * @class OcaLevelDetectionLaw */ export class OcaLevelDetectionLaw extends Enum({ None: 0, RMS: 1, Peak: 2, }) {} /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaLevelDetectionLaw} * @member None * @memberof OcaLevelDetectionLaw * @static */ /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaLevelDetectionLaw} * @member RMS * @memberof OcaLevelDetectionLaw * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaLevelDetectionLaw} * @member Peak * @memberof OcaLevelDetectionLaw * @static */