getObsValue

abstract fun getObsValue(obsId: Int): Double

Get the value of the observation with the given id.


abstract fun getObsValue(obs: String): Double

Get the value of the observation with the given name. The observations named "time" and "step" have been already handled.