{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/DiscExcContIEEEDEC2A/schema.json", "title": " Smart Data Models - DiscExcContIEEEDEC2A", "description": "Adapted from CIM data models. The class represents IEEE Type DEC2A model for the discontinuous excitation control. This system provides transient excitation boosting via an open-loop control as initiated by a trigger signal generated remotely. Reference: IEEE Standard 421.5-2005 Section 12.3.", "type": "object", "allOf": [ { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons" }, { "$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons" }, { "properties": { "type": { "type": "string", "enum": [ "DiscExcContIEEEDEC2A" ], "description": "Property. NGSI type. It has to be DiscExcContIEEEDEC2A" }, "td1": { "description": "Property. Model:'https://schema.org/Number'. Discontinuous controller time constant (). Default: 0", "type": "number" }, "td2": { "description": "Property. Model:'https://schema.org/Number'. Discontinuous controller washout time constant (). Default: 0", "type": "number" }, "vdmax": { "description": "Property. Model:'https://schema.org/Number'. Limiter (). Default: 0.0", "type": "number" }, "vdmin": { "description": "Property. Model:'https://schema.org/Number'. Limiter (). Default: 0.0", "type": "number" }, "vk": { "description": "Property. Model:'https://schema.org/Number'. Discontinuous controller input reference (). Default: 0.0", "type": "number" } } } ] }