Parameter | Mand | Type | Default | Constraints |
set | yes | set | | |
List of dataset names to receive attributes.
Adding a suffix changes the default extension (primary header) for that dataset.
(eg. set=` ``dataset1'' ``dataset2:EXTENT01'' ..').
|
attributename | yes | string | | |
A list of attribute names. The names may be prefixed with an extension to overrides the default.
(eg. attributename=` ``name1'' ``EXTENT02:name2'' ..').
|
attributetype | yes | string | | r|real|i|integer|s|string|b|boolean |
A list of the attribute types, one for each attribute name.
(eg. attributetype=` ``string'' ``real'' ``string'' ..').
|
attributecomment | no | string | | |
Comments to be added to attributes, one for each attribute name.
(eg. attributecomment=` ``comment1'' ``comment2'' ').
Be careful with this switch when used with a list of attributes. If one has a comment then they must all have a comment specified even if the others are empty.
|
attributeunit | no | string | | |
Units to be added to attributes, one for each attribute name.
(eg. attributeunit=` ``unit1'' ``unit2'' ').
Be careful with this switch when used with a list of attributes. If one has units then they must all have units specified even if the others are empty.
|
realvalue | no | real | | |
A list of values, one for each real attribute
|
integervalue | no | integer | | |
A list of values, one for an integer attribute
|
stringvalue | no | string | | |
A list of values, one for a string attribute
|
booleanvalue | no | boolean | | |
A list of value, one for a boolean attribute
|
Parameter | Mand | Type | Default | Constraints |