| Scalar Attributes |
| Attribute name |
Data Type |
R/W Type |
Expert |
| quadrant1: average current calculated over N samples on channel 1 |
DEV_DOUBLE | READ | No |
| quadrant2: average current calculated over N samples on channel 2 |
DEV_DOUBLE | READ | No |
| quadrant3: average current calculated over N samples on channel 3 |
DEV_DOUBLE | READ | No |
| quadrant4: average current calculated over N samples on channel 4 |
DEV_DOUBLE | READ | No |
| intensity: tsum of the 4 quadrants |
DEV_DOUBLE | READ | No |
| standardDeviationIntensity1: standard Deviation Intensity on channel 1 |
DEV_DOUBLE | READ | Yes |
| standardDeviationIntensity2: standard Deviation Intensity on channel 2 |
DEV_DOUBLE | READ | Yes |
| standardDeviationIntensity3: standard Deviation Intensity on channel 3 |
DEV_DOUBLE | READ | Yes |
| standardDeviationIntensity4: standard Deviation Intensity on channel 4 |
DEV_DOUBLE | READ | Yes |
| horizontalPosition: horizontal position calculated as: X = Xfactor * ((I1 + I4) - (I2 + I3))/(sum) + Xoffset where: - I1 = (V1 + V1offset) * gain + I1offset - I2 = (V2 + V2offset) * gain + I2offset - I3 = (V3 + V3offset) * gain + I3offset - I4 = (V4 + V4offset) * gain + I4offset |
DEV_DOUBLE | READ | No |
| verticalPosition: vertical position calculated as: Z = Zfactor * ((I1 + I2) - (I3 + I4))/(sum) + Zoffset where: - I1 = (V1 + V1offset) * gain + I1offset - I2 = (V2 + V2offset) * gain + I2offset - I3 = (V3 + V3offset) * gain + I3offset - I4 = (V4 + V4offset) * gain + I4offset |
DEV_DOUBLE | READ | No |
| gain: the gain change according to the Locum4 input range: Input Range gain (micro_A) (A/V) 1000 100 100 10 10 1 1 0.1 0.1 0.01 0.01 0.001 0.001 0.0001 0.0001 0.00001 |
DEV_DOUBLE | READ | Yes |
| measurementUnit: displays the current measurement unit |
DEV_STRING | READ | No |
| enableAutoRange: true: enable auto range false: disable auto range |
DEV_BOOLEAN | WRITE | No |