next up previous contents
Next: HREAD Up: HMODIFY Previous: Parameters

Examples

> HMODIFY SPECTRUM.DATA.TEMP 20000
Character values must be in quotes
> HMODIFY DS.AXIS(1).UNITS 'Counts/s'
Give specified slice of array the given values
> HMODIFY DS.DATA_ARRAY(1:5) [1 2 3 4 5]
Replace the values of the first DATA_ARRAY with those in the second. They must be the same size
> hmodify ds.data_array  @ds2.data_array


Web Master
Tue Oct 7 10:18:50 BST 1997