![]() | MeasurementConfigManager Methods |
The MeasurementConfigManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | LoadMeasurementConfiguration(Int32) |
Loads the parameters of a measurement configuration ready for acquisition (if a system is connected and the Hardware API was initialized)
and reconstruction.
If real hardware is connected and the Hardware API is used, the laser sources of the configuration are automatically switched ON.
Note that if hardware is connected, this call can take some time.
Do not call from UI thread.
|
![]() ![]() | LoadMeasurementConfiguration(Int32, IProgressReporter) |
Loads the parameters of a measurement configuration ready for acquisition (if a system is connected and the Hardware API was initialized)
and reconstruction.
If real hardware is connected and the Hardware API is used, the laser sources of the configuration are automatically switched ON.
Note that if hardware is connected, this call can take some time.
The MeasurementConfigurationLoaded event is then sent.
Do not call from UI thread.
|
![]() ![]() | LoadSampleConfiguration(Int32) |
Loads the parameters of a sample configuration. Do not call from UI thread.
|
![]() ![]() | LoadSampleConfiguration(Int32, IProgressReporter) |
Loads the parameters of a sample configuration. Do not call from UI thread.
|
![]() ![]() | UnloadMeasurementConfiguration |
Unloads the measurement configuration.
The MeasurementConfigurationUnloaded event is then sent.
|