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 methodFrameAcquisitionData
Initializes a new instance of the FrameAcquisitionData class
Top
Properties
  NameDescription
Public propertyAcquisitionTime
Acquisition times
Public propertyIsValid
Gets or sets a value indicating whether the frame is valid.
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