getObsValue

abstract fun getObsValue(obsId: Int): Double(source)

Get the value of the observation with the given id.


abstract fun getObsValue(obs: String): Double(source)

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