UNPKG

aes70

Version:

A controller library for the AES70 protocol.

24 lines (22 loc) 501 B
/* * This file has been generated. */ export class OcaDBr { /** * An absolute level expressed in dB above the given absolute reference level. * @class OcaDBr */ constructor(Value, Ref) { /** * Absolute level in decibels relative to value of **Ref** property. * @type number */ this.Value = Value; /** * Reference level in dBz. See the definition of OcaDBz for an explanation * of the dBz unit. * @type number */ this.Ref = Ref; } }