Methods to access and change the Data
-slot
signature(object = "Dataclass")
: returns the data
signature(object = "Dataclass")
: changes the data (does not work with a simulation or a contsimulation
object)
signature(object = "Simulation")
: ERROR: A change of the data is not allowed.
signature(object = "Contsimulation")
: ERROR: A change of the data is not allowed.