Head |
public class HeadCorrectionAPI : Spice3API
The HeadCorrectionAPI type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete | Deletes the specified head correction table from the card. | |
| Exists | Checks if a head correction file exists on the card. | |
| Get(Int32, String) | Writes the current head correction from the card to a local file using the 'fc3'-format. | |
| Get(Int32, Int32, String) | Writes the current head correction from the card to a local file using the 'fc3'-format. | |
| GetHash | Retrieves the Hash of the head correction table on the card without retrieving the whole correction file. | |
| GetOpticalParameters | Retrieves the OpticalParameters of the head correction table on the card without retrieving the whole correction file. | |
| GetSelectedCorrection | Returns which correction file is currently used. | |
| Load | Loads the correction-files for all heads from the card's local storage. | |
| SelectCorrection | Selects one of the available correction tables. | |
| Set(Int32, String) | Writes the data of a local correction file in 'fc3'-format to the card. | |
| Set(Int32, Int32, String) | Writes the data of a local correction file in 'fc3'-format to the card. | |
| Store | Stores the correction files of all heads on the card's local storage. |