StrValue constructor

StrValue(value)

Constructor.

def __init__(self, value):
    ...
ParameterTypeDescription
valuestr

StrValue(value, ufe)

Constructor.

def __init__(self, value, ufe):
    ...
ParameterTypeDescription
valuestr
ufeUnitFormulaErr

StrValue(value, unit)

Constructor.

def __init__(self, value, unit):
    ...
ParameterTypeDescription
valuestr
unitMeasureConst

See Also