time value

time value

The time value module is used to parse a TVF file consisting of dates, values, and (optional) labels. The starting and end dates are read from the file and the controls can be used to interpolate the values to the date and time of interest.

Ports

DirectionNameTypeDescription
InputInput DateDateDate used for interpolating between dates in a time domain file format.
OutputStart DateDateStart Date used for interpolating between dates in a time domain file format.
OutputEnd DateDateEnd Date used for interpolating between dates in a time domain file format.
OutputOutput DateDateDate used for interpolating between dates in a time domain file format.
OutputCurrent Date And Time LabelStringText containing the name of the label for the Current Date and Time.
OutputCurrent Date And Time ValueNumberInterpolated value for the Current Date and Time.

Properties

PropertyTypeDescription
FilenameStringThe file name to process for interpolation.
ExecuteButtonThe Execute button forces the module to run.
Label OptionsChoice: Use Previous Label, Use Closest LabelThe Label Options control which label is read from the file. If “Use Previous” is selected the last set label before the Current Date will be used. If “Use Closest” is selected the label closest to the date will be used.
Date And TimeDateThe Date and Time of interest.
Time LoopLoopThe Time Loop controls setting the Date and Time by specified increments.
Start DateDateThe Start Date is the beginning time of the simulation. This value is set to the first date in the file.
End DateDateThe End Date is the end time for the simulation. This value is set to the last date in the file.
Step Time UnitsChoice: Seconds, Minutes, Hours, Days, Weeks, YearsThe Step Time Units specify the increment for advancement when stepping or running.
Step SizeDoubleThe Step Size value specifies a factor, along with the Step Time Units, for the increment for advancement when stepping or running.
Current Date And Time ValueDoubleThe value interpolated from the file using the set Date And Time.
Current Date And Time LabelStringThe string set from the file using the set Date And Time.