Uses of Class
spice.basic.DSKToleranceKey
-
Packages that use DSKToleranceKey Package Description spice.basic -
-
Uses of DSKToleranceKey in spice.basic
Methods in spice.basic that return DSKToleranceKey Modifier and Type Method Description static DSKToleranceKey
DSKToleranceKey. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DSKToleranceKey[]
DSKToleranceKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in spice.basic with parameters of type DSKToleranceKey Modifier and Type Method Description static double
DSK. getTolerance(DSKToleranceKey keyword)
Obtain the value of a DSK tolerance parameter.static void
DSK. setTolerance(DSKToleranceKey keyword, double value)
Set the value of a DSK tolerance parameter.
-