Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Example parameter set for an acquisition service. More...
Public Types | |
enum | SampleTypeValue { Calibration , Analysis , Special } |
Public Member Functions | |
override string | ToString () |
Properties | |
string | InstrumentMethod [get, set] |
int | InstrumentNumber = 1 [get, set] |
bool | WaitForEmptyQueue [get, set] |
double | GetReadyTimeout [get, set] |
SampleTypeValue | SampleType = SampleTypeValue.Analysis [get, set] |
Example parameter set for an acquisition service.
Definition at line 20 of file MockSimpleAcquisitionService.cs.
Enumerator | |
---|---|
Calibration | |
Analysis | |
Special |
Definition at line 30 of file MockSimpleAcquisitionService.cs.
override string MockPlugin.AcquisitionService.SimpleParameters.ToString | ( | ) |
Definition at line 41 of file MockSimpleAcquisitionService.cs.
|
getset |
Definition at line 27 of file MockSimpleAcquisitionService.cs.
|
getset |
Definition at line 22 of file MockSimpleAcquisitionService.cs.
|
getset |
Definition at line 23 of file MockSimpleAcquisitionService.cs.
|
getset |
Definition at line 37 of file MockSimpleAcquisitionService.cs.
|
getset |
Definition at line 24 of file MockSimpleAcquisitionService.cs.