{ "$schema": "http://json-schema.org/schema#", "$schemaVersion": "0.0.1", "$id": "https://smart-data-models.github.io/dataModels.CIMEnergyClasses/WindContRotorRIEC/schema.json", "title": " Smart Data Models - WindContRotorRIEC", "description": "Adapted from CIM data models. Rotor resistance control model. Reference: IEC Standard 61400-27-1 Section 6.6.5.2.", "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": [ "WindContRotorRIEC" ], "description": "Property. NGSI type. It has to be WindContRotorRIEC" }, "WindDynamicsLookupTable": { "description": "Property. Model:'https://schema.org/Number'. The wind dynamics lookup table associated with this rotor resistance control model. Default: 'list'", "type": "number" }, "WindGenTurbineType2IEC": { "description": "Property. Model:'https://schema.org/Number'. Wind turbine type 2 model with whitch this wind control rotor resistance model is associated. Default: None", "type": "number" }, "kirr": { "description": "Property. Model:'https://schema.org/Number'. Integral gain in rotor resistance PI controller (). It is type dependent parameter. Default: 0.0", "type": "number" }, "komegafilt": { "description": "Property. Model:'https://schema.org/Number'. Filter gain for generator speed measurement (K). It is type dependent parameter. Default: 0.0", "type": "number" }, "kpfilt": { "description": "Property. Model:'https://schema.org/Number'. Filter gain for power measurement (). It is type dependent parameter. Default: 0.0", "type": "number" }, "kprr": { "description": "Property. Model:'https://schema.org/Number'. Proportional gain in rotor resistance PI controller (). It is type dependent parameter. Default: 0.0", "type": "number" }, "rmax": { "description": "Property. Model:'https://schema.org/Number'. Maximum rotor resistance (). It is type dependent parameter. Default: 0.0", "type": "number" }, "rmin": { "description": "Property. Model:'https://schema.org/Number'. Minimum rotor resistance (). It is type dependent parameter. Default: 0.0", "type": "number" }, "tomegafilt": { "description": "Property. Model:'https://schema.org/Number'. Filter time constant for generator speed measurement (). It is type dependent parameter. Default: 0", "type": "number" }, "tpfilt": { "description": "Property. Model:'https://schema.org/Number'. Filter time constant for power measurement (). It is type dependent parameter. Default: 0", "type": "number" } } } ] }