Write_netCDF_Object
Synopsis
write out a dataset to a netCDF file
V name
NETCDF.Write_Object
Input Port
in
|
group
|
parent
|
user interface parent object
|
Parameters
Output Port
Description
Write_netCDF_Object writes any AVS/Express group object to a netCDF file, preserving all information about the object.The inclusion of Write_netCDF_Object 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_Object: Write_netCDF_Object will not write objects of type ptr. Write_netCDF_Object 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_Object 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/netcdf.v
See also related modules