Repository.XFRACAS.AddSystemMetric3: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}


 
<onlyinclude>Inserts the time/usage values reported on a particular date for a particular part in a serialized system (Metric 1, 2 and 3).</onlyinclude>
<onlyinclude>Inserts the run hours, number of starts and kilowatt 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 9:
''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 of the part.   


''metric1Value''
''metric1Value''


:Required. Double. The total run hours.
:Required. Double. The value reported for Metric 1.


''metric2Value''
''metric2Value''


:Required. Double. The number of starts.
:Required. Double. The value reported for Metric 2.


''metric3Value''
''metric3Value''


:Required. Double. The kilowatt run hours for the unit.
:Required. Double. The value reported for Metric 3.


''metricDate''
''metricDate''


:Required. Date. The date the metrics were reported.
:Required. Date. The date when the value(s) were reported.

Revision as of 17:49, 30 November 2017

APIWiki.png


Member of: SynthesisAPI.Repository

Inserts the time/usage values reported on a particular date for a particular part in a serialized system (Metric 1, 2 and 3).

Syntax

AddSystemMetric3(serialHID, metric1Value, metric2Value, metric3Value, metricDate)

Parameters

serialHID

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

metric1Value

Required. Double. The value reported for Metric 1.

metric2Value

Required. Double. The value reported for Metric 2.

metric3Value

Required. Double. The value reported for Metric 3.

metricDate

Required. Date. The date when the value(s) were reported.