|
- Parameters:
-
[in] | ulTransducerIndex | : transducer identifier, as returned by DataBaseGetTransducerType(). |
[out] | Response | :
sResponse.iReturnValue : Error code :
- 0: success
- <> 0 : error
- -100: kernel function error
sResponse.syserrno : system-error code (the value of the libc "errno" code) Its value is significant only when the iReturnValue returned an error (-1 or <= -100)
Give this value to the MXCommon_Strerror to get the string describing the error number. cName : Name
ulCalibrate : Calibration state (0 : not calibrated 1 : calibrated)
ulType : Type (0: HB 1: LVDT 2:Knaebel 3:HB-Mahr 4:LVDT-Mahr)
ulFrequency : Nominal frequency (Hz)
ulImpedance : Impedance (Ohm)
dVeff : Nominal voltage (Vrms)
dSensitivity : Sensitivity (mV/V/mm)
dRange : Range (mm) ulCalibratedChannels : Bitmask of currently calibrated channels (D0 => channel 1, D1 => channel 1, ...)
|
- Returns:
- 0: SOAP_OK
- <> 0: See SOAP error
|