Next: HDELETE Up: HCREATE Prev: Parameters

Examples

Creates a new container file containing a scalar structure of type SPECTRUM with name SPECTRUMHZ43.

  > HCREATE SPECTRUMHZ43 SPECTRUM
  
Creates the vector primitive DATA_ARRAY within the existing structure SPECTRUMHZ43 with length 64.

  > HCREATE SPECTRUMHZ43.DATA_ARRAY _REAL  64
  
Creates a 64 x 64 real array called DATA_ARRAY within the structure IMG

  > HCREATE IMG.DATA_ARRAY _REAL [64 64]
  


Next: HDELETE Up: HCREATE Prev: Parameters