Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
AxelSemrau.Chronos.Plugin.IPAL3Services.DualHeadHomingOptions Class Reference

Lets you selectively suppress the usual homing of a Dual Head sampler. More...

Properties

bool HomeLeftHead = true [get, set]
 Move the left head to the home position.
 
bool HomeRightHead = true [get, set]
 Move the right head to the home position.
 

Detailed Description

Lets you selectively suppress the usual homing of a Dual Head sampler.

Will also be called for single head systems in order to avoid unneccessary checks in plugin code.

Definition at line 99 of file PAL3TaskInterfaces.cs.

Property Documentation

◆ HomeLeftHead

bool AxelSemrau.Chronos.Plugin.IPAL3Services.DualHeadHomingOptions.HomeLeftHead = true
getset

Move the left head to the home position.

Definition at line 104 of file PAL3TaskInterfaces.cs.

104{ get; set; } = true;

◆ HomeRightHead

bool AxelSemrau.Chronos.Plugin.IPAL3Services.DualHeadHomingOptions.HomeRightHead = true
getset

Move the right head to the home position.

Definition at line 108 of file PAL3TaskInterfaces.cs.

108{ get; set; } = true;

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