TOC PREV NEXT INDEX

Write_netCDF

Synopsis

This function has been replaced by Write_netCDF_Object. Please use Write_netCDF_Object in all future projects. Write out a dataset to a netCDF file

Input Port

in

group

parent

user interface parent object

Parameters

Output Port

none.

Description

Write_netCDF writes any AVS/Express object to a netCDF file, preserving all information about the object.

The inclusion of Write_netCDF in AVS/Express permits you to write a field data structure or other object to a file for storage or for use by another application that supports netCDF input. The following restrictions should be observed when using Write_netCDF:

Write_netCDF will not write objects of type ptr.

Write_netCDF can not be used to write objects that contain internal cyclical connections. A GDview object, for example, contains a GDcamera object which itself maintains a connection to the containing object. Write_netCDF will not detect situations in which has entered a cyclical path and thus may cause AVS/Express to hang or crash.

Input

in

Any AVS/Express group object.

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 write.

Output Port

none.


Example

Not available

File

v/modules.v

See also related modules

Read_netCDF

TOC PREV NEXT INDEX