DVread_net_cdf


Synopsis

This is a obsolete module. Although this will function, please refer to NCread_object. Reads a data set from a netCDF file


module DVread_net_cdf<locked=0> {
string+Iparam filename;
olink out;
method+notify_val+notify_inst read_update<status=1> = "DVread_net_cdf";
};

Description

DVread_net_cdf 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/dv.v

See also

Related modules