Skip to content

get_data returns numpy data types

The reader simulator returns numpy data types in get_data. This works as long as the reader is connected to simulators running in Python as well. If one tries to establish a connection to a simulator that is connected via "cmd", mosaik will try to serialize the data to JSON, which fails.