JobInfo Class

Info class for interesting information of the ODB++ job.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class JobInfo
Inheritance
Object    JobInfo

Constructors

JobInfo Object with job information like copper count or step count.

Methods

ToInfoString Create job information with size, stepcount and some layer information.

Fields

CMPLayerCount count CMP layers in the ODB++ Job
CountCopper count copper layers in the ODB++ Job
CountRootStep Count of all steps without childsteps. For multiboard jobs >1
CountSteps count of all steps in the ODB++ Job
JobBounds size of board
JobName The name of ODB-Job directory.
SBUDrills Is sbu (microvias) drill layer included?

Extension Methods

See Also