public class BetaConfigFile extends ConfigFile
Modifier and Type | Field and Description |
---|---|
double |
beta |
double |
calVoltage |
double |
dCalCopper |
Constructor and Description |
---|
BetaConfigFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
getSuccess()
is true if the reading was successful.
|
void |
readConfigFile(java.lang.String filename)
Reads the configuration from the file denoted by filename
|
public double beta
public double calVoltage
public double dCalCopper
public void readConfigFile(java.lang.String filename) throws java.io.IOException
ConfigFileParser
filename
- the file namejava.io.IOException
- may happen during readingpublic boolean getSuccess()
ConfigFileParser