Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
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.
 
bool AlwaysResetAfterSequence [get, set]
 Set this to false if the sampler should be only reset after errors occurred or the schedule run was aborted.
 

Detailed Description

Makes some aspects of the PAL3 behavior configurable.

Definition at line 442 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 452 of file DeviceInterfaces.cs.

452{ get; set; }

◆ ResetBeforeSequence

bool AxelSemrau.Chronos.Plugin.IPal3Options.ResetBeforeSequence
getset

Resetting the sampler before a sequence starts is optional.

Definition at line 447 of file DeviceInterfaces.cs.

447{ get; set; }

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