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

Makes some aspects of the PAL3 behavior configurable More...

Properties

bool ResetBeforeSequence [get, set]
 Resetting the sampler before a sequence starts is optional. More...
 
bool AlwaysResetAfterSequence [get, set]
 Set this to false if the sampler should be only reset after errors occurred or the schedule run was aborted. More...
 

Detailed Description

Makes some aspects of the PAL3 behavior configurable

Definition at line 441 of file DeviceInterfaces.cs.

Property Documentation

◆ AlwaysResetAfterSequence

bool AxelSemrau.Chronos.Plugin.IPal3Options.AlwaysResetAfterSequence
getset

Set this to false if the sampler should be only reset after errors occurred or the schedule run was aborted.

Definition at line 451 of file DeviceInterfaces.cs.

451 { get; set; }

◆ ResetBeforeSequence

bool AxelSemrau.Chronos.Plugin.IPal3Options.ResetBeforeSequence
getset

Resetting the sampler before a sequence starts is optional.

Definition at line 446 of file DeviceInterfaces.cs.

446 { get; set; }

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