Workspace |
public class WorkspaceConfiguration
The WorkspaceConfiguration type exposes the following members.
Name | Description | |
---|---|---|
![]() | WorkspaceConfiguration | Initializes a new instance of the WorkspaceConfiguration class |
Name | Description | |
---|---|---|
![]() | BackgroundPath | Gets or sets the path of the background image. |
![]() | CorrectionFileIndex | Defines the index of the correction file set at start of the job. |
![]() | EmbedBackground | Gets or sets a flag to embed the background image defined by BackgroundPath. |
![]() | HomePositionMode | Defines the mode where the mirrors will be positioned when the job is finished. |
![]() | IntersectedField | Gets the size and offset of the combined field in intersected mode. |
![]() | IsDefault | Gets or sets a flag to tell calling application, to use this configuration on default. |
![]() | MotfSettings | Gets the mark on the fly settings WorkspaceConfigurationMarkOntheFlySettings. |
![]() | MultiHeadMode | Gets or sets the MultiHeadMode. This defines, how multiple ScanControllers operate together. |
![]() | Name | Gets or sets the name of the configuration. |
![]() | NumberOfExecutions | Defines the number of times the job will be executed |
![]() | OptimizationSettings | Gets the optimization settings OptimizationSettings. |
![]() | Repeat | Defines whether the job will be repeated indefinitely |
![]() | ScanControllers | Gets the list of used ScanControllers |
![]() | UnifiedField | Gets the size and offset of the combined field in unified mode. |
![]() | UseMatchingWorkspaceSize | If true, size and offset of workspace is automatically calculated to fit the field(s) |
![]() | Version | Gets or sets the version of the configuration |
![]() | Workspace | Gets the size and offset of the workspace. Only used if UseMatchingWorkspaceSize is false. |
Name | Description | |
---|---|---|
![]() ![]() | CalculateSize | Calculates size and offset of intersected and unified field. |
![]() | GetEffectiveOffset | Returns the effective workspace offset, depending on MultiHeadMode. |
![]() | GetEffectiveSize | Returns the effective workspace size, depending on MultiHeadMode. |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
![]() | UpdateSize | Calculates and sets size and offset of IntersectedField and UnifiedField |
![]() | UpdateTilingBounds | Creates TilingBounds between multiple fields. |