Click or drag to resize

IHolographicMeasurementConfig Interface

Namespace:  LynceeTec.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 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 propertyOwnerId
Gets the id 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
Events
  NameDescription
Public eventCameraConfigChanged
Occurs when the referenced camera configuration id changes
Public eventDisposing
Top
See Also