Click or drag to resize

ConfigManagerLoadConfigs Method

Loads a measurement configuration and a sample configuration. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala Asynchronous function.

Namespace: LynceeTec.Eucalyptus
Assembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 UTC
Syntax
public Task LoadConfigs(
	int holoMeasurementConfigId,
	int sampleConfigId,
	IProgressReporter progress
)

Parameters

holoMeasurementConfigId  Int32
The id of the configuration (from the MeasurementConfig table in the database).
sampleConfigId  Int32
The id of the sample configuration (from the SampleInfo table in the database). Set to negative value to load the default configuration.
progress  IProgressReporter
Provider for progress update. Can be null.

Return Value

Task

Implements

IConfigManagerLoadConfigs(Int32, Int32, IProgressReporter)
Exceptions
ExceptionCondition
ConfigManagerException
AggregateExceptionAggregateException containing several InvalidHolographicMeasurementConfigExceptionif the measurement configuration is not valid and couldn't be fixed automatically. (See CheckConfigValidity)
See Also