Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
If there are several instruments or you can provide some version/configuration information for the service, this is the place to do it. More...
Properties | |
string | Details [get] |
For things like detected version number, configured instruments etc - something the user would like to see in the acquisition services configuration editor. | |
Properties inherited from AxelSemrau.Chronos.Plugin.IAcquisitionServiceBase | |
string | Name [get] |
Name that is visible to the user in the list of acquisition services. Do not localize. | |
bool | IsAvailable [get] |
The place to check if you can actually use the acquisition service. | |
bool | Abort [set] |
Will be set to true if you should abort the current acquisition. Will be set to false when everything is back to normal. | |
If there are several instruments or you can provide some version/configuration information for the service, this is the place to do it.
This is shown to the user in the Acquisition Services configuration.
Definition at line 53 of file AcquisitionInterfaces.cs.
|
get |
For things like detected version number, configured instruments etc - something the user would like to see in the acquisition services configuration editor.
Definition at line 58 of file AcquisitionInterfaces.cs.