DVwrite_net_cdf


Synopsis

This is a obsolete module. Although this will function, please refer to NCwrite_object. Write a data set or object to a netCDF file


module DVwrite_net_cdf {
ilink+nonotify in;
string+Iparam filename;
method+notify_val+notify_inst write_update<status=1> =
"DVwrite_net_cdf";
};

 

Description

DVwrite_net_cdf writes any V object (e.g. an AVS/Express field data set) to a netCDF file.

The inclusion of DVwrite_net_cdf 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 DVwrite_net_cdf

     DVwrite_net_cdf will not write objects of type ptr.

     DVwrite_net_cdf 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. DVwrite_net_cdf will not detect situations in which has entered a cyclical path and thus may cause AVS/Express to hang or crash.

Input Ports

filename

string. Name of netCDF file to write

in

any. Object containing the elements to be written to the specified netCDF file.

Output Ports

none

File

v/dv.v

See also

Related modules