Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IRunContext Interface Reference

Information on the current context during acquisition. Can be extended on request. More...

Properties

int JobNumber [get]
 Zero based job index.
 
int RowNumber [get]
 One based row number as displayed in the sample list.
 

Detailed Description

Information on the current context during acquisition. Can be extended on request.

Definition at line 143 of file AcquisitionInterfaces.cs.

Property Documentation

◆ JobNumber

int AxelSemrau.Chronos.Plugin.IRunContext.JobNumber
get

Zero based job index.

Definition at line 148 of file AcquisitionInterfaces.cs.

148{ get; }

◆ RowNumber

int AxelSemrau.Chronos.Plugin.IRunContext.RowNumber
get

One based row number as displayed in the sample list.

Definition at line 152 of file AcquisitionInterfaces.cs.

152{ get; }

The documentation for this interface was generated from the following file: