Parameter | Mand | Type | Default | Constraints |
data | no | FileName | | |
Name of containing ASCII data which is used to fill the column |
label | no | String | | |
Column label (comment) |
name | yes | String | | |
The name of the new array |
null | no | Int | | |
Value of null value |
position | no | Int | -1 | |
Insert at this position (-1 means append) |
set | yes | DataSet | | |
Name of the dataset to which the array will be added |
size | yes | IntList | | |
The data type for the new array |
type | yes | String | int8 | |
The data type for the new array |
units | no | String | | |
Column units |
withdata | no | Bool | no | |
Control for data parameter |
withlabel | no | Bool | no | |
Control for label parameter |
withnull | no | Bool | no | |
Control for null parameter |
withposition | no | Bool | no | |
Control for position parameter |
withunits | no | Bool | no | |
Control for units parameter |
Parameter | Mand | Type | Default | Constraints |