![]() | DHMDeviceBase Class |
Namespace: LynceeTec.DHM
The DHMDeviceBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Camera |
Gets the camera controller. Access to the camera is done through this property.
|
![]() | CurrentConfiguration |
Gets the current configuration of the hardware.
|
![]() | EnabledModules |
Gets a list showing which of the DHM modules are enabled.
|
![]() | HoloSource |
Gets a hologram source which can provide both holograms coming from the drive and from the camera.
|
![]() | IsHardwareAvailable |
Gets a value indicating whether the enabled physical hardware was detected and is available.
|
![]() | IsLoggedIn |
Gets a value indicating whether a user is logged in.
|
![]() | LaserSourcesController |
Gets the laser sources controller. Access to each laser source is done through this property.
|
![]() | Motors |
Gets the motors manager. Access to each motor is done through this property.
|
![]() | OperationMode | |
![]() | Stage |
Gets the stage controller. Access to the camera is done through this property.
|
![]() | TurretManager |
Gets the turret manager. Access to each turret is done through this property.
|
![]() | User |
Gets the user currently logged in the DHM device.
|
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the DHMDeviceBase |
![]() | InitDhm |
Initializes the DHM hardware components in parallel.
Only available after logging in. (See Login(String, SecureString))
Asynchronous function.
|
![]() | InitDhmSerial |
Initializes the DHM hardware components one after the other.
Only available after logging in. (See Login(String, SecureString))
Asynchronous function.
|
![]() | LoadConfig(Int32, DictionaryMotorizedDevicesType, Single, IProgressInt32) |
Loads a configuration and sets the hardware parameters accordingly.
Can only be called after initialization is done.
Asynchronous function.
|
![]() | LoadConfig(Int32, Int32, IProgressInt32) |
Loads a configuration and sets the hardware parameters accordingly.
Can only be called after initialization is done.
Asynchronous function.
|
![]() | Login |
Logs a user in the DHM device.
|
![]() | Logout |
Logs out the user and resets the initialization of the device
|