modelBooleanTable
Generates a Boolean output signal based on a table stored in a .txt file (column 1 : time instants, column 2 : 0 or 1)
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Types.Extrapolation | Extrapolation | Extrapolation of data outside the definition range | |
| String | FileName | "NoName" | File where vector is stored |
| String | TableName | "NoName" | Table name on file or in function usertab (see docu) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Dynawo.Connectors.BPin | source | Output value |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Sources.BooleanTable | booleanTable |