 | MeasurementConfigManagerLoadMeasurementConfiguration Method (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.
Namespace:
LynceeTec.API
Assembly:
LynceeTec.API (in LynceeTec.API.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:12 UTC
Syntaxpublic static void LoadMeasurementConfiguration(
int measurementConfigurationId,
IProgressReporter progressReporter
)
public:
static void LoadMeasurementConfiguration(
int measurementConfigurationId,
IProgressReporter^ progressReporter
)
Parameters
- measurementConfigurationId
- Type: SystemInt32
ID of the measurement configuration in the database. - progressReporter
- Type: LynceeTec.InterfacesIProgressReporter
Provider for progress report of the configuration. Can be null.
Exceptions
See Also