Click or drag to resize

MeasurementConfigManager Methods

The MeasurementConfigManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLoadMeasurementConfiguration(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.
Public methodStatic memberLoadMeasurementConfiguration(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.
Public methodStatic memberLoadSampleConfiguration(Int32)
Loads the parameters of a sample configuration. Do not call from UI thread.
Public methodStatic memberLoadSampleConfiguration(Int32, IProgressReporter)
Loads the parameters of a sample configuration. Do not call from UI thread.
Public methodStatic memberUnloadMeasurementConfiguration
Unloads the measurement configuration. The MeasurementConfigurationUnloaded event is then sent.
Top
See Also