Click or drag to resize

DHMDevice Methods

The DHMDevice type exposes the following members.

Methods
  NameDescription
Public methodDispose (Inherited from DHMDeviceBase.)
Public methodInitDhm
Initializes the DHM hardware components in parallel. Only available after logging in. (See Login(IUser)) Asynchronous function.
(Inherited from DHMDeviceBase.)
Public methodInitDhmSerial
Initializes the DHM hardware components one after the other. Only available after logging in. (See Login(IUser)) Asynchronous function.
(Inherited from DHMDeviceBase.)
Public methodLoadConfig(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.)
Public methodLoadConfig(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.)
Public methodLoadSampleConfig
Loads the sample configuration. Can only be called after initialization is done. Asynchronous function.
(Inherited from DHMDeviceBase.)
Public methodLogin
Logs an authenticated user in the DHM device.
(Inherited from DHMDeviceBase.)
Public methodLogout
Logs out the user and resets the initialization of the device
(Inherited from DHMDeviceBase.)
Public methodUnloadConfig
Unloads the measurement configuration. This does not modify anything in the hardware, but reset fields
(Inherited from DHMDeviceBase.)
Top
See Also