| Modifier and Type | Method and Description | 
|---|---|
| ScDevPars | ScDevPars. clone()Performs a deep copy of the whole device parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ScDllWrapper. scGetDefDevPars(int devIdx,
               ScDevPars out)Retrieves the default values of the device parameters. | 
| static void | ScDllWrapper. scGetDevPars(int devIdx,
            ScDevPars out)Retrieves the device's parameters as listed in the *.cfg files. | 
| static void | ScDllWrapper. scLoadDevPars(int devIdx,
             ScOneString in,
             ScDevPars out)Deprecated.   | 
| static void | ScDllWrapper. scLoadDevPars(int devIdx,
             java.lang.String in,
             ScDevPars out)Loads the parameters in the configuration file given in filePath into the
         device with index devIdx. | 
| static void | ScDllWrapper. scSetDevPars(int devIdx,
            ScDevPars inout)Sets and retrieves the actual device parameters listed in the device's
         configuration file. | 
| static void | ScDllWrapper. scSetDevParsToDefaults(int devIdx,
                      ScDevPars out)Sets the actual device parameters to the defaults and retrieves the new
         parameters. |