![]() |
![]() |
![]() |
![]() |
NCwrite_object
Synopsis
write a data set or object to a netCDF file
module NCwrite_object {
ilink+nonotify in;
string+Iparam filename;
omethod+notify_val+notify_inst write_update<status=1> =
"NCwrite_object_update";
};Description
NCwrite_object writes any V object (e.g. an AVS/Express field data set) to a netCDF file.The inclusion of NCwrite_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 NCwrite_object NCwrite_object will not write objects of type ptr. NCwrite_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. NCwrite_object will not detect situations in which has entered a cyclical path and thus may cause AVS/Express to hang or crash.
Input
Output
Example
File
See also
![]() |
![]() |
![]() |
![]() |