![]() | DHMDevice Class |
Namespace: LynceeTec.DHM
The DHMDevice type exposes the following members.
Name | Description | |
---|---|---|
![]() | Camera |
Gets the camera controller. Access to the camera is done through this property.
(Inherited from DHMDeviceBase.) |
![]() | HoloSource |
Gets a hologram source which can provide both holograms coming from the drive and from the camera.
(Inherited from DHMDeviceBase.) |
![]() | IsHardwareAvailable |
Gets a value indicating whether the enabled physical hardware was detected and is available.
(Inherited from DHMDeviceBase.) |
![]() | IsLoggedIn |
Gets a value indicating whether a user is logged in.
(Inherited from DHMDeviceBase.) |
![]() | LaserSourcesController |
Gets the laser sources controller. Access to each laser source is done through this property.
(Inherited from DHMDeviceBase.) |
![]() | Motors |
Gets the motors manager. Access to each motor is done through this property.
(Inherited from DHMDeviceBase.) |
![]() | OperationMode | (Overrides DHMDeviceBaseOperationMode.) |
![]() | SerialNumber |
Gets the serial number of the DHM
(Inherited from DHMDeviceBase.) |
![]() | Stage |
Gets the stage controller. Access to the camera is done through this property.
(Inherited from DHMDeviceBase.) |
![]() | TurretManager |
Gets the turret manager. Access to each turret is done through this property.
(Inherited from DHMDeviceBase.) |
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from DHMDeviceBase.) |
![]() | InitDhm |
Initializes the DHM hardware components in parallel.
Only available after logging in. (See Login(IUser))
Asynchronous function.
(Inherited from DHMDeviceBase.) |
![]() | InitDhmSerial |
Initializes the DHM hardware components one after the other.
Only available after logging in. (See Login(IUser))
Asynchronous function.
(Inherited from DHMDeviceBase.) |
![]() | LoadConfig(IDHMConfiguration, ISampleInfo, IProgressReporter) |
Loads a configuration and sets the hardware parameters accordingly.
Can only be called after initialization is done.
Asynchronous function.
(Inherited from DHMDeviceBase.) |
![]() | LoadConfig(IDHMConfiguration, DictionaryMotorizedDevicesType, Single, IProgressReporter) |
Loads a configuration and sets the hardware parameters accordingly.
Can only be called after initialization is done.
Asynchronous function.
(Inherited from DHMDeviceBase.) |
![]() | LoadSampleConfig |
Loads the sample configuration.
Can only be called after initialization is done.
Asynchronous function.
(Inherited from DHMDeviceBase.) |
![]() | Login |
Logs an authenticated user in the DHM device.
(Inherited from DHMDeviceBase.) |
![]() | Logout |
Logs out the user and resets the initialization of the device
(Inherited from DHMDeviceBase.) |
![]() | UnloadConfig |
Unloads the measurement configuration. This does not modify anything in the hardware, but reset fields
(Inherited from DHMDeviceBase.) |