Click or drag to resize

IConfigManager Methods

The IConfigManager type exposes the following members.

Methods
  NameDescription
Public methodChangeCameraConfig
Public methodCopyDatabase
Public methodGetAllMeasurementConfigIdsForMagnification
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification
(Inherited from IBaseManager.)
Public methodGetAllMeasurementConfigIdsForSources
Gets a list of all the IDs of the available measurement configurations using a specific laser sources combination
(Inherited from IBaseManager.)
Public methodGetAllMeasurementConfigIdsForSourcesAndMagnification
Gets a list of all the IDs of the available measurement configurations using a specific objective magnification and laser sources combination
(Inherited from IBaseManager.)
Public methodInitializeMetadata
Initializes a metadata object using the current loaded configuration
Public methodLinkDhmDevice
Links a DHM device to the manager. The device will then be automatically notified if a configuration is loaded. Previously loaded configurations are not given to the DHM
(Inherited from IBaseManager.)
Public methodLoadConfigs
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
Public methodLoadMeasurementConfig
Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala
Public methodLoadMeasurementConfiguration
Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted.
Public methodLoadSampleConfig
Loads a sample configuration. The measurement configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala Asynchronous
Public methodLoadSampleConfiguration
Loads a sample configuration. The measurement configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Synchronous
Public methodUnlinkDhmDevice
Unlink the DHM device instance from the manager.
(Inherited from IBaseManager.)
Public methodUnloadConfigs
Unloads the current configurations (both the Measurement configuration and the Sample configuration). If a DHM device is connected, the modification will automatically be transmitted. Only relevant for old Koala
Public methodUnloadMeasurementConfig
Unloads the current measurement configuration. The sample configuration does not change. This has no effect on the currently connected DHM. Only relevant for old Koala
Public methodUnloadSampleConfig
Unloads the current sample configuration. The default sample configuration is loaded instead. The measurement configuration does not change. If a DHM device is connected, the modification will automatically be transmitted. Only relevant for old Koala
Top
See Also