Class TCustomFluxObservationItem

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomFluxObservationItem = class(TPhastCollectionItem)

Description

no description available, TPhastCollectionItem description follows

Hierarchy

Overview

Fields

Private FTime: double;
Private FObservedValue: double;
Private FComment: string;

Methods

Private procedure SetTime(const Value: double);
Private procedure SetObservedValue(const Value: double);
Private procedure SetComment(const Value: string);
Public procedure Assign(Source: TPersistent); override;

Properties

Published property Time: double read FTime write SetTime;
Published property ObservedValue: double read FObservedValue write SetObservedValue;
Published property Comment: string read FComment write SetComment;

Description

Fields

Private FTime: double;

See Time.

Private FObservedValue: double;

See ObservedValue.

Private FComment: string;
 

Methods

Private procedure SetTime(const Value: double);

See Time.

Private procedure SetObservedValue(const Value: double);

See ObservedValue.

Private procedure SetComment(const Value: string);
 
Public procedure Assign(Source: TPersistent); override;

If Source is a TCustomFluxObservationItem, Assign copies the published properties of TCustomFluxObservationItem from the source.

Properties

Published property Time: double read FTime write SetTime;

Time is the time at which the observation was made.

Published property ObservedValue: double read FObservedValue write SetObservedValue;

ObservedValue is the observed value of flux. In automated calibration procedures, the observed value is compared with the simulated value to evaluate the quality of the calibration.

Published property Comment: string read FComment write SetComment;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:31