NCread_object
Synopsis
reads a data set from a netCDF file
module NCread_object<locked=0> {
string+Iparam filename;
olink out;
method+notify_val+notify_inst read_update<status=1> = "DVread_net_cdf";
};
Description
NCread_object reads a data set from a netCDF file into an AVS/Express object.
Input Ports
filename
string. Name of netCDF file to read
Output Ports
out
any. Object containing the elements of the specified netCDF file.
Example
Not available.
File
v/netcdf.v
See also
Related modules