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

Provides access to some options and configuration information for the PAL3 samplers even out of the schedule execution context. More...

Properties

IPal3Options Options [get]
 Configure the runtime behavior. More...
 
IPalPlusConfigurationService ConfigService [get]
 The service which provides information about the device configuration, like trays and modules. More...
 

Detailed Description

Provides access to some options and configuration information for the PAL3 samplers even out of the schedule execution context.

Do not implement this interface, it is exposed by the respective device. Use IDirectDeviceAccess.

Definition at line 460 of file DeviceInterfaces.cs.

Property Documentation

◆ ConfigService

IPalPlusConfigurationService AxelSemrau.Chronos.Plugin.IPal3Access.ConfigService
get

The service which provides information about the device configuration, like trays and modules.

Definition at line 469 of file DeviceInterfaces.cs.

469 { get; }

◆ Options

IPal3Options AxelSemrau.Chronos.Plugin.IPal3Access.Options
get

Configure the runtime behavior.

Definition at line 465 of file DeviceInterfaces.cs.

465 { get; }

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