IPCBIAnalysis Interface

Analysis interface for scripts and plugins.

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IPCBIAnalysis

Properties

Name The name of this analysis to identify it with the settings.
PreviewIcon The preview icon for this analysis
ResultsFolderName The path to the results directory of this analysis relative to the job path
ShowResultsPreview Set if the file preview should show if results are available
Title The readable name of this analysis

Methods

GetStandardRules Create a instance of rules to define the default standard rules.

See Also