assignValue — SciPy v1.15.3 Manual (original) (raw)
scipy.io.netcdf_variable.
netcdf_variable.assignValue(value)[source]#
Assign a scalar value to a netcdf_variable of length one.
Parameters:
valuescalar
Scalar value (of compatible type) to assign to a length-one netcdf variable. This value will be written to file.
Raises:
ValueError
If the input is not a scalar, or if the destination is not a length-one netcdf variable.