Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Implement this interface on your acquisition parameter type to get information related to the currently running job. More...
Properties | |
IRunContext | ContextInfo [set] |
Before Validate or RunAcquisition are called, you will get an object here that contains information on the context. | |
Implement this interface on your acquisition parameter type to get information related to the currently running job.
Definition at line 132 of file AcquisitionInterfaces.cs.
|
set |
Before Validate or RunAcquisition are called, you will get an object here that contains information on the context.
Definition at line 137 of file AcquisitionInterfaces.cs.