Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.IProvideTrayGeometry Interface Reference

Allow to ask the sampler for the geometry of a tray. More...

+ Inheritance diagram for AxelSemrau.Chronos.Plugin.IProvideTrayGeometry:
+ Collaboration diagram for AxelSemrau.Chronos.Plugin.IProvideTrayGeometry:

Public Member Functions

TrayGeometry GetGeometry (string trayName)
 Return the geometry for the named tray (if known) More...
 
- Public Member Functions inherited from AxelSemrau.Chronos.Plugin.IDevice
void Connect ()
 You may have connected to the device before this, but make sure you are connected after this. More...
 
void Disconnect ()
 You may disconnect now. More...
 

Additional Inherited Members

- Properties inherited from AxelSemrau.Chronos.Plugin.IDevice
string DisplayedTypeName [get]
 Text which is displayed in the instruments settings "Autosampler Type" column and in many other places. More...
 
string DeviceTypeDescription [get]
 Text which is displayed to make clear which kind of device a named sampler is. More...
 
string Name [get, set]
 User-selected name for the device instance. More...
 
- Events inherited from AxelSemrau.Chronos.Plugin.IDevice
Action< ConnectionStateConnectionStateChanged
 Raise this event when your connection state has changed. More...
 

Detailed Description

Allow to ask the sampler for the geometry of a tray.

Definition at line 189 of file DeviceInterfaces.cs.

Member Function Documentation

◆ GetGeometry()

TrayGeometry AxelSemrau.Chronos.Plugin.IProvideTrayGeometry.GetGeometry ( string  trayName)

Return the geometry for the named tray (if known)

Parameters
trayName
Returns
The geometry or null

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