UNPKG

aes70

Version:

A controller library for the AES70 protocol.

37 lines (34 loc) 721 B
/* * This file has been generated. */ import { Enum } from './Enum.js'; /** * Enumeration of waveform types that can be used by OCA objects. * @class OcaSweepType */ export class OcaSweepType extends Enum({ Linear: 1, Logarithmic: 2, None: 0, }) {} /** * Singleton object corresponding to the entry with value ``1``. * @type {OcaSweepType} * @member Linear * @memberof OcaSweepType * @static */ /** * Singleton object corresponding to the entry with value ``2``. * @type {OcaSweepType} * @member Logarithmic * @memberof OcaSweepType * @static */ /** * Singleton object corresponding to the entry with value ``0``. * @type {OcaSweepType} * @member None * @memberof OcaSweepType * @static */