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 run hours that have been reported for the unit at the time of the incident, and the date of the report.</onlyinclude>
<onlyinclude>Inserts the time/usage reported on a particular date for a particular part in a serialized system.</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 the incident.   
:Required. Integer. The system hierarchy ID number of the part.   


''metric1Value''
''metric1Value''


:Required. Double. The total run hours.
:Required. Double. The time/usage value that was reported.


''metricDate''
''metricDate''


:Required. Date. The date the metrics were reported.
:Required. Date. The date when the time/usage value was reported.

Revision as of 17:41, 30 November 2017

APIWiki.png


Member of: SynthesisAPI.Repository


Inserts the time/usage reported on a particular date for a particular part in a serialized system.

Syntax

AddSystemMetric1(serialHID, metric1Value, metricDate)

Parameters

serialHID

Required. Integer. The system hierarchy ID number of the part.

metric1Value

Required. Double. The time/usage value that was reported.

metricDate

Required. Date. The date when the time/usage value was reported.