Extensions.DiagCom.GetComParameterValueAsQuantity

From emotive
Revision as of 07:35, 18 July 2014 by Nb (talk | contribs) (Created page with "Category:DiagCom == Classification == {{ClassificationActivity | GetComParameterValueAsQuantity | The current value of a Quantity communication parameter | Term |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name GetComParameterValueAsQuantity
Short Description The current value of a Quantity communication parameter
Class Term
Extension OTX DiagCom extension
Group ComParam related terms
Exceptions UnknownTargetException
TypeMismatchException
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Quantity GetComParameterValueAsQuantity(ComChannel comChannel, String comParameterName);

Description

The GetComParameterValueAsQuantity term return the current value of a Quantity communication parameter.

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Quantity The current value of a Quantity communication parameter.

Properties

Name Data Type Class Default Cardinality Description
ComChannel ComChannel Term - [1] Communication channel.
ComParameterName String Term - [1] Name of communication channel.

Examples

Quantity result = GetComParameterValueAsQuantity(comChannel, "parameterName");

See also

GetComParameterValueAsBoolean
GetComParameterValueAsString
GetComParameterValueAsInteger
GetComParameterValueAsFloat
GetComParameterValueAsByteField