EOS_PT_QUERY

Syntax | Return Value | Arguments | Keywords | Version History

The EOS_PT_QUERY function returns information about a specified point.

Syntax

Result = EOS_PT_QUERY( Filename, PointName, [Info] )

Return Value

This function returns an integer value of 1 if the file is an HDF file with EOS POINT extensions, and 0 otherwise.

Arguments

Filename

A string containing the name of the file to query.

PointName

A string containing the name of the point to query.

Info

Returns an anonymous structure containing information about the specified point. The returned structure contains the following fields:

Table 5-2: Fields of the Info Structure

Field
IDL Data Type
Description

ATTRIBUTES

String array

Array of attribute names

NUM_ATTRIBUTES

Long

Number of attributes

NUM_LEVELS

Long

Number of levels

Keywords

None

Version History

5.3

Introduced