Table of Contents

Class FirstSampleMeasurementResult

Namespace
Hse.EviFluor
Assembly
Hseagcom.EviFluor.dll

Represents the result of the first sample measurement, containing auto-gain results and the measurement itself.

public class FirstSampleMeasurementResult
Inheritance
FirstSampleMeasurementResult
Inherited Members

Constructors

FirstSampleMeasurementResult(AutoGainResult, SingleMeasurement)

Initializes a new instance of the FirstSampleMeasurementResult class.

public FirstSampleMeasurementResult(AutoGainResult autoGainResult, SingleMeasurement measurement)

Parameters

autoGainResult AutoGainResult

The auto-gain result of the sample measurement.

measurement SingleMeasurement

The recorded sample measurement.

Properties

AutoGainResult

The auto-gain result of the sample measurement.

public AutoGainResult AutoGainResult { get; set; }

Property Value

AutoGainResult

Measurement

The recorded sample measurement.

public SingleMeasurement Measurement { get; set; }

Property Value

SingleMeasurement

Methods

ToString()

Returns a string representation of the first sample measurement result.

public override string ToString()

Returns

string

A formatted string displaying the auto-gain result and the measurement.