Loadset.getValueUnits


getValueUnits(varName, [units])

Return the units ("N/mm˛", "m/s", etc) of the value that will be returned by getValue for the given named variable. In order to find the list of valid named variables, use getValueNames Optionally, an UnitSet object (or its name) can be passed to control which system of units (e.g. mm/m/inch) will be used to build the returned string. If not given, the database's current unit system will be used.

varNamestringname of the value (e.g. "E")
unitsoptional IFUnitSet unit system to use. If not given, database units will be assumed
Return valuestringthe returned string

Back to Loadset

Back to Overview