{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindContCurrLimIEC/schema.json", "title": " Smart Data Models - WindContCurrLimIEC", "description": "Adapted from CIM data models. Current limitation model. The current limitation model combines the physical limits. Reference: IEC Standard 61400-27-1 Section 6.6.5.7.", "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": [ "WindContCurrLimIEC" ], "description": "Property. NGSI type. It has to be WindContCurrLimIEC" }, "WindDynamicsLookupTable": { "description": "Property. Model:'https://schema.org/Number'. The current control limitation model with which this wind dynamics lookup table is associated. Default: 'list'", "type": "number" }, "WindTurbineType3or4IEC": { "description": "Property. Model:'https://schema.org/Number'. Wind turbine type 3 or 4 model with which this wind control current limitation model is associated. Default: None", "type": "number" }, "imax": { "description": "Property. Model:'https://schema.org/Number'. Maximum continuous current at the wind turbine terminals (). It is type dependent parameter. Default: 0.0", "type": "number" }, "imaxdip": { "description": "Property. Model:'https://schema.org/Number'. Maximum current during voltage dip at the wind turbine terminals (). It is project dependent parameter. Default: 0.0", "type": "number" }, "mdfslim": { "description": "Property. Model:'https://schema.org/Number'. Limitation of type 3 stator current (): - false=0: total current limitation, - true=1: stator current limitation). It is type dependent parameter. Default: False", "type": "number" }, "mqpri": { "description": "Property. Model:'https://schema.org/Number'. Prioritisation of q control during LVRT (): - true = 1: reactive power priority, - false = 0: active power priority. It is project dependent parameter. Default: False", "type": "number" }, "tufilt": { "description": "Property. Model:'https://schema.org/Number'. Voltage measurement filter time constant (). It is type dependent parameter. Default: 0", "type": "number" } } } ] }