 | 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.APIAssembly: LynceeTec.API (in LynceeTec.API.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntaxpublic static void LoadMeasurementConfiguration(
int measurementConfigurationId,
IProgressReporter progressReporter
)
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
See Also