Modify the value of an HDS object HMODIFY
Every effort is made to convert the value(s) to the required type, using HDS rules. Error DAT__CONER is reported if this is not possible.
For _CHAR values, the character length of the value object need not match that of the object to be updated. If the used length of any element of the given value exceeds that of the output object, it will be truncated and a warning message displayed, trailing spaces will be silently truncated.
’
ds.axis(1).units’
’
"
Counts/s"
’
"
Counts/s"
into
the UNITS component of first element of the AXIS array of structures in container file ds.sdf. ’
ds.data_array(1:5)’
’
[1 2 3 4 5]’