Reads a single variable from anHP VEE Container file.
0 | Indicates an error, such as an invalid filename or incorrect file format. |
0 | Indicates a successful read. |
End_record (scalar) Indicates the ending location of the desired variable within a multi-variable Container file.The keyword isn't required, if only one variable is described within the Container file. Valid values for End_record can be obtained by calling DC_SCAN_CONTAINER.
Extent Returns the extent value for the variable described in the Container file, if it exists.
Mapping Returns the mapping value for the variable described in the Container file, if it exists.
Start_record (scalar) Indicates the starting location of the desired variable within a multi-variable Container file. The keyword isn't required, if only one variable is described within the Container file. Valid values for Start_record can be obtained by calling DC_SCAN_CONTAINER.
DC_READ_CONTAINER enables you to import data into PV-WAVE from HP VEE. The Container file format is a proprietary HP ASCII file format which contains a header description of the enclosed data. PV-WAVE reads this header information and creates a PV-WAVE variable of the appropriate type and dimension to hold the enclosed data.
An HP VEE Container file is created in HP VEE by using the Write Container transaction in the To File object. Please refer to your HP VEE documentation for more information.
An HP VEE Container file contain one or more variable descriptions (see DC_SCAN_CONTAINER for a description of how to read Container files with multiple variables).
status = DC_READ_CONTAINER(!Data_dir+'hpvee_sine.con', sine) INFO SINE FLOAT = Array(256) WzPlot, sine