functionget
get value of attribute or one of its position (if matrix)
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | entity | entity with list of attributes | |
| Integer | attrnum | attribute number in the list | |
| Integer | row | 1 | row if attribute is a matrix |
| Integer | col | 1 | column if attribute is a matrix |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | value | value of the attribute, or given position (row,col) |