unsigned long PIPLX_WriteCalFP (long session, unsigned long cardNum, unsigned long outputSubunit, unsigned long store, unsigned long offset, unsigned long numberVallues, double data[]);
store floating-point calibration value(s) in EEPROM
| Input | ||
| Name | Type | Description |
| session | long |
Handle of current session. |
| cardNum | unsigned long |
Pickering card reference of target (unity-based) |
| outputSubunit | unsigned long |
sub-unit of target to access (unity-based) |
| store | unsigned long |
value indicating which store to access (user = 0, factory = 1) |
| offset | unsigned long |
offset in the sub-unit's calibration table at which to start (zero-based) |
| numberVallues | unsigned long |
the number of calibration values to write |
| data | double [] |
pointer to array of calibration values |
| Name | Type | Description |
| error | unsigned long |
0 = success; non-zero = error code |
Calibration
Client Bridge for LXI - Base module
Alphabetical Function Index
Hierarchical Function Index