Click or drag to resize

ScannerConfig Class

Container for scanner configuration parameters.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3ScannerConfig

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class ScannerConfig : ConfigBase

The ScannerConfig type exposes the following members.

Properties
 NameDescription
Public propertyFieldSize Gets or sets the field size.
Public propertyHeadCount Returns the number of ScanHeadConfig inside this configuration.
Public propertyHeadFormat Gets or sets the head format.
Public propertyHeads Returns an array containing ScanHeadConfig for each supported head.
Public propertyMaxMagnification Gets or sets the maximum spot magnification factor.
Public propertyScanHeadDelay Gets or sets the Scan Head Delay.
Top
Methods
 NameDescription
Public methodStatic memberGetAxes Returns an Enumeration representing the supported Axes by the given 'head format'.
Public methodStatic memberGetAxisAtIndex Gets the axis at the given index for the specified ScanHeadFormat.
Public methodStatic memberGetAxisCount Returns the number of axes per supported head that are available for the given 'head format'.
Public methodStatic memberGetDimensions Returns the number of dimensions that are available for the given 'head format'.
Public methodStatic memberGetHeadCount Returns the number of heads that are available for the given 'head format'.
Public methodStatic memberGetIndexOfAxis Gets the index of the given axis for the specified ScanHeadFormat.
Public methodStatic memberHasAuxiliary Returns true if an 'auxiliary' axis is available for the given 'head format'.
Public methodStatic memberHasOpticalZoom Returns true if an optical zoom is available for the given 'head format'.
Public methodStatic memberIsExtended Returns true if an 'extended' axis is available for the given 'head format'.
Public methodStatic memberLoad Loads the configuration from the specified file.
Public methodSave Saves the configuration to the specified file. If the specified file exists, this method overwrites it.
Top
See Also