// ----- this file has been automatically generated - do not edit /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |ExceptionDeviationFormat | * | isAbstract|false | */ export enum EnumExceptionDeviationFormat { AbsoluteValue = 0, PercentOfValue = 1, PercentOfRange = 2, PercentOfEURange = 3, Unknown = 4, }