Click or drag to resize

FrameAcquisitionData Class

Inheritance Hierarchy
SystemObject
  LynceeTec.ImagingFrameAcquisitionData

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public class FrameAcquisitionData : IEquatable<FrameAcquisitionData>

The FrameAcquisitionData type exposes the following members.

Constructors
 NameDescription
Public methodFrameAcquisitionDataInitializes a new instance of the FrameAcquisitionData class
Top
Properties
 NameDescription
Public propertyAcquisitionTime Acquisition times
Public propertyAxesPositions Axes positions data (Name, distance in meter)
Public propertyCyclePositions Cycle positions per axis (Name, array of position per cycle and sub-cycles)
Public propertyGroupIndex If this was captured from a timed sequence, shows the 0-based index of the hologram group. If this does not apply, will be 0.
Public propertyIsValid Gets or sets a value indicating whether the frame is valid.
Public propertyRepeatIndex If this was captured from a repeated triggered sequence, shows the 0-based index of the repetitions. If it's not a repeated recording, will be the empty array.
Public propertyStroboFrequency_hz Stroboscope frequency in hertz
Public propertyStroboPhase_deg The channel id with is stroboscope phase position in degree
Public propertyStroboVoltage_Vin_A For each channel id, the stroboscope analog input voltage in volt
Public propertyStroboVoltage_Vin_D For each channel id, the stroboscope digital input voltage in volt
Public propertyStroboVoltage_Vout Stroboscope output voltage in volt
Top
Methods
 NameDescription
Public methodCopyFrom Copies the whole object from an existing one
Public methodEquals Compares two metadata objects
Public methodStatic memberFromJson Creates an object from Json format
Public methodToJson Gets the current object in Json format
Top
See Also