TOC PREV NEXT INDEX

Read_netCDF

Synopsis

This function has been renamed Read_netCDF_Object. Please use Read_netCDF_Object in all future projects. Read a dataset from a netCDF file

Input Port

parent

user interface parent object

Output Port

field

group

obj

output renderable object

Description

Read_netCDF reads a dataset from a netCDF file into an AVS/Express field. If the netCDF file was written with the AVS/Express Write_netCDF module, then Read_netCDF outputs the same object that was written (a field or other AVS/Express object). If the file contains only a standard netCDF object, without AVS/Express header information, Read_netCDF produces an object containing the data elements of the netCDF file.

Input

parent

A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

netCDF Filename

UIfileSB. The name of the netCDF file to read.

Output Port

field

The output group object.

obj

Renderable object corresponding to field.

Example

Not available

File

v/modules.v

See also related modules

Write_netCDF

TOC PREV NEXT INDEX