Import contract
---------------

<img src="../../_static/Importcontract.png" alt="Alt text" width="50" style="float: left; margin-right: 10px;">

**Technology ID: IMPORT_CONTRACT**



**Output energy interface, with default energy:**

 - PRODUCTION: electricity

**Technology parameters:**

| ID | Label | Unit | Behaviors | Description  |
| --- | --- | --- | --- | --- |
| IMPORTS | Imports | MW |  | Sets inelastic imports |
|  |

**Model code:**

``` python
stateON = AssetState('ON')
stateON.setEquality( asset.getParameter(ENERGY_DELIVERY), False, asset.getData(IMPORTS) )
MODEL.addState(stateON)

```