Click or drag to resize

HeadCorrectionAPI Class

Provides access to HeadCorrection operations.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3.ClientLibSpice3API
    RAYLASE.SPICE3.ClientLibHeadCorrectionAPI

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 2.3.5
Syntax
C#
public class HeadCorrectionAPI : Spice3API

The HeadCorrectionAPI type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new correction table on the card according to the given parameters, overwriting any existing one.
Public methodDelete Deletes the specified head correction table from the card.
Public methodGet(Int32, String) Writes the current head correction from the card to a local file using the 'fc3'-format.
Public methodGet(Int32, Int32, String) Writes the current head correction from the card to a local file using the 'fc3'-format.
Public methodGetOpticalParameters Retrieves the OpticalParameters of the head correction table on the card without retrieving the whole correction file.
Public methodGetSelectedCorrection Returns which of the two correction files is currently used.
Public methodLoad Loads the correction-files for all heads from the card's local storage.
Public methodSelectCorrection Selects one of the available correction tables.
Public methodSet(Int32, String) Writes the data of a local correction file in 'fc3'-format to the card.
Public methodSet(Int32, Int32, String) Writes the data of a local correction file in 'fc3'-format to the card.
Public methodSetGcd(Int32, String) Writes the data of a local correction file in 'gcd'-format to the card.
Public methodSetGcd(Int32, Int32, String) Writes the data of a local correction file in 'gcd'-format to the card.
Public methodStore Stores the correction files of all heads on the card's local storage.
Top
See Also