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 time/usage reported on a particular date for a particular part in a serialized system (Metric1 only).</onlyinclude>
<onlyinclude>Inserts the time/usage value reported on a particular date for a particular part in a serialized system (Metric 1 only).</onlyinclude>


== Syntax ==
== Syntax ==
Line 14: Line 14:
''metric1Value''
''metric1Value''


:Required. Double. The time/usage value reported for Metric1.
:Required. Double. The value reported for Metric 1.


''metricDate''
''metricDate''


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

Revision as of 17:51, 30 November 2017

APIWiki.png


Member of: SynthesisAPI.Repository


Inserts the time/usage value reported on a particular date for a particular part in a serialized system (Metric 1 only).

Syntax

AddSystemMetric1(serialHID, metric1Value, metricDate)

Parameters

serialHID

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

metric1Value

Required. Double. The value reported for Metric 1.

metricDate

Required. Date. The date when the value was reported.