xtce:LinearAdjustment

A slope and intercept may be applied to scale or shift the value of the parameter in the dynamic value

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
intercept integer 0 optional
slope integer 0 optional

Source

<element name="LinearAdjustment" minOccurs="0">
  <annotation>
    <documentation>A slope and intercept may be applied to scale or shift the value of the parameter in the dynamic value</documentation>
  </annotation>
  <complexType>
    <attribute name="slope" type="integer" default="0"/>
    <attribute name="intercept" type="integer" default="0"/>
  </complexType>
</element>

Sample