Click or drag to resize

IHolographicMeasurementConfig Interface

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.0.10611.0 , built 2022-11-07 13:51:40 UTC
Syntax
public interface IHolographicMeasurementConfig : IDisposable

The IHolographicMeasurementConfig type exposes the following members.

Properties
  NameDescription
Public propertyCalibrationProcessingConfig
Gets the parameters of the calibration processing configuration.
Public propertyCameraConfig
Gets the parameters for the camera configuration.
Public propertyConfigId
Gets the id of the configuration.
Public propertyCurrentSources
Physical ids of the laser source(s) of this configuration.
Public propertyMotorsConfiguration
Gets the configuration parameters for each type of motor.
Public propertyName
Gets the name of the configuration.
Public propertyNumLambda
Gets the number of laser sources which can be used simultaneously in this configuration.
Public propertyObjectiveInfo
Gets the parameters of the objective.
Public propertyObjectiveSourceCalibration
Gets the list of objective calibration parameters for each laser source.
Public propertyOwnerId
Gets the id of the owner. Only the owner or a user with higher user level can edit the configuration.
Public propertyOwnerLevel
Gets the user level of the owner. Only the owner or a user with higher user level can edit the configuration.
Public propertyReadOnly
Public propertySimultSources
Gets a value indicating whether the sources are used simultaneously.
Public propertySourcesInfos
Gets the parameters of the sources.
Public propertySourcesWavelengths
Gets the sources wavelengths in [m].
Public propertyUserProcessingConfig
Gets the parameters of the user processing configuration.
Top
Methods
  NameDescription
Public methodCheckRefHologramValidity
Checks that there is a saved reference hologram (or several if 2 wavelengths) if the configuration is set to use one
Public methodSaveMotorConfiguration
Public methodUpdateMotorConfiguration(MotorizedDevicesType, Double)
Public methodUpdateMotorConfiguration(MotorizedDevicesType, Double, Double, Double, Double)
Top
Events
  NameDescription
Public eventCameraConfigChanged
Occurs when the referenced camera configuration id changes
Public eventDisposing
Top
See Also