Previous topic

nc_attinq_len

Next topic

nc_attput

This Page

nc_attnameΒΆ

nc_attname returns the attribute name.

ssName = nc_attname(ncid, varid, attnum)

Return Value

ssName

Parameters

ncid

Identifies the netCDF file.

varid

varid is the variable ID of the variable to which the attribute will be assigned, or -1 for a global attribute.

attnum

attnum is the attribute number.

id-487124