Click or drag to resize

MeasurementConfigManagerLoadMeasurementConfiguration Method (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.

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 void LoadMeasurementConfiguration(
	int measurementConfigurationId
)

Parameters

measurementConfigurationId
Type: SystemInt32
ID of the measurement configuration in the database.
Exceptions
ExceptionCondition
ConfigManagerException
AggregateExceptionAggregateException containing several InvalidHolographicMeasurementConfigExceptionif the measurement configuration is not valid and couldn't be fixed automatically. (See [!:HolographicMeasurementConfig.CheckConfigValidity])
See Also