API Documentation > Interfaces > Interface UnitConversionFactor
Interface UnitConversionFactor

package com.ptc.pfc.pfcUnits;

public interface
UnitConversionFactor
extends
jxobject


Description
This class describes how a unit is related to its reference unit.
User Guide References:
Method Summary
/*cipOptional*/ Double
Get method for attribute "Offset"
The offset value applied to values in the reference unit.
double
Get method for attribute "Scale"
The scale applied to values in the reference unit to get the value in the actual unit.
void
SetOffset ( /*cipOptional*/ Double value)
Set method for attribute "Offset"
The offset value applied to values in the reference unit.
void
SetScale (double value)
Set method for attribute "Scale"
The scale applied to values in the reference unit to get the value in the actual unit.
Method Detail
GetScale
double
GetScale
()
SetScale
void
SetScale
(double value)
The scale applied to values in the reference unit to get the value in the actual unit.
User Guide References:
GetOffset
/*cipOptional*/ Double
GetOffset
()
SetOffset
void
SetOffset
( /*cipOptional*/ Double value)
The offset value applied to values in the reference unit.
User Guide References:
Was this helpful?