Click or drag to resize

MeasurementConfigManager Class

Inheritance Hierarchy
SystemObject
  LynceeTec.APIMeasurementConfigManager

Namespace:  LynceeTec.API
Assembly:  LynceeTec.API (in LynceeTec.API.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:12 UTC
Syntax
public static class MeasurementConfigManager

The MeasurementConfigManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberIsInitialized
Gets a value indicating whether the Measurement Config Manager is already initialized
Top
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.
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.
Public methodStatic memberLoadSampleConfiguration(Int32)
Loads the parameters of a sample configuration.
Public methodStatic memberLoadSampleConfiguration(Int32, IProgressReporter)
Loads the parameters of a sample configuration.
Top
Events
See Also