Repository.XFRACAS.AddSystemMetric2: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} {{Template:Repository.AddSystemMetric2.Cmt}} == Syntax == *Repository.AddSystemMetric2(<font color=blue>ByVal</font> SerialHID<…')
 
No edit summary
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:APIClass|Repository Class|Repository}}
{{Template:API}}{{Template:APIBreadcrumb|.[[Repository Class|Repository]]}}
{{Template:Repository.AddSystemMetric2.Cmt}}
 
<onlyinclude>Inserts the time/usage values reported on a particular date for a particular serialized system (Metric 1 and 2).</onlyinclude>


== Syntax ==
== Syntax ==
*Repository.AddSystemMetric2(<font color=blue>ByVal</font> SerialHID<font color=blue> As Integer</font>,<font color=blue>ByVal</font> metric1Value<font color=blue> As Double</font>,<font color=blue>ByVal</font> metric2Value<font color=blue> As Double</font>,<font color=blue>ByVal</font> metricDate<font color=blue> As Date</font>)
'''AddSystemMetric2'''(''serialHID'', ''metric1Value'', ''metric2Value'', ''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.
 
''metricDate''
 
:Required. Date. The date when the value(s) were reported.

Latest revision as of 23:04, 30 November 2017

APIWiki.png


Member of: SynthesisAPI.Repository

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

Syntax

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

metricDate

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