I was trying not only to get a calibration value , but also to set it . I tried with cal.SetDoublePhysValue(cal.GetDoublePhysValue) which should simply set a vector (cal is the handle to the values of a vector) to itself but I get an error code :
Error using Interface.incacom_interface_v11_CalibrationArrayData_Dispatch/SetDoublePhysValue Invoke Error, Dispatch Exception: Source: IncaCOM Description: Value does not fall within the expected range.
But the values that I was trying to set are in the values range.
Can anyone help ?