Provides access to HeadCorrection operations.
Inheritance Hierarchy Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.5
Syntaxpublic class HeadCorrectionAPI : Spice3API
The HeadCorrectionAPI type exposes the following members.
Methods | Name | Description |
---|
 | Create |
Creates a new correction table on the card according to the given parameters, overwriting any existing one.
|
 | Delete |
Deletes the specified head correction table from 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.
|
 | GetOpticalParameters |
Retrieves the OpticalParameters of the head correction table on the card without retrieving the whole
correction file.
|
 | GetSelectedCorrection |
Returns which of the two correction files 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.
|
 | SetGcd(Int32, String) |
Writes the data of a local correction file in 'gcd'-format to the card.
|
 | SetGcd(Int32, Int32, String) |
Writes the data of a local correction file in 'gcd'-format to the card.
|
 | Store |
Stores the correction files of all heads on the card's local storage.
|
Top
See Also