Repository.XFRACAS.AddSystemMetric2: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




<onlyinclude>Returns the run hours and number of starts that have been reported for the unit at the time of the incident, and the date of the report.</onlyinclude>
<onlyinclude>Inserts the run hours and number of starts that have been reported for the unit at the time of the incident, and the date of the report.</onlyinclude>


== Syntax ==
== Syntax ==

Revision as of 22:49, 7 July 2017

APIWiki.png


Member of: SynthesisAPI.Repository


Inserts the run hours and number of starts that have been reported for the unit at the time of the incident, and the date of the report.

Syntax

AddSystemMetric2(serialHID, metric1Value, metric2Value, metricDate)

Parameters

serialHID

Required. Integer. The system hierarchy ID number of the part that was repaired or replaced during the incident.

metric1Value

Required. Double. The total run hours.

metric2Value

Required. Double. The number of starts.

metricDate

Required. Date. The date the metrics were reported.