Repository.XFRACAS.AddSystemMetric1: Difference between revisions

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




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


== Syntax ==
== Syntax ==
Line 10: Line 10:
''serialHID''
''serialHID''


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


''metric1Value''
''metric1Value''


:Required. Double. The reported run hours.
:Required. Double. The total run hours.


''metricDate''
''metricDate''


:Required. Date. The date of the reported run hours.
:Required. Date. The date the metrics were reported.

Revision as of 17:52, 29 October 2015

Template:InProgress

APIWiki.png


Member of: SynthesisAPI10.Repository


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

Syntax

AddSystemMetric1(serialHID, metric1Value, 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.

metricDate

Required. Date. The date the metrics were reported.