# Negative MinParameter

## General Description

Parameter that takes minimum of the negative of a *Parameter* and constant value (threshold). [API Reference](https://pywr.github.io/pywr-docs/master/api/generated/pywr.parameters.NegativeMinParameter.html)

## Attributes

<table><thead><tr><th width="186">Name</th><th width="437">Description</th><th>Required</th></tr></thead><tbody><tr><td>children</td><td></td><td></td></tr><tr><td>comment</td><td>comment: unicode</td><td></td></tr><tr><td>double_size</td><td>double_size: ‘int’</td><td></td></tr><tr><td>integer_size</td><td>integer_size: ‘int’</td><td></td></tr><tr><td>is_variable</td><td>is_variable: ‘bool’</td><td></td></tr><tr><td>model</td><td></td><td></td></tr><tr><td>name</td><td></td><td></td></tr><tr><td>parameter</td><td>parameter: pywr.parameters._parameters.Parameter</td><td></td></tr><tr><td>parents</td><td></td><td></td></tr><tr><td>size</td><td></td><td></td></tr><tr><td>threshold</td><td>threshold: ‘double’</td><td></td></tr></tbody></table>

## Example

coming soon...

```json
{

}
```
