Click or drag to resize

MeasurementConfigManagerLoadMeasurementConfiguration(Int32, IProgressReporter) Method

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.

Namespace: LynceeTec.API
Assembly: LynceeTec.API (in LynceeTec.API.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntax
public static void LoadMeasurementConfiguration(
	int measurementConfigurationId,
	IProgressReporter progressReporter
)

Parameters

measurementConfigurationId  Int32
ID of the measurement configuration in the database.
progressReporter  IProgressReporter
Provider for progress report of the configuration. Can be null.
Exceptions
ExceptionCondition
ConfigManagerException
AggregateExceptionAggregateException containing several InvalidHolographicMeasurementConfigExceptionif the measurement configuration is not valid and couldn't be fixed automatically. (See [!:HolographicMeasurementConfig.CheckConfigValidity])
See Also