- How can the emulator use its values for the sensor history?
The sim gives you canned data and all at once. This is something you want to look at on a real device, as there new history is added only every minute or two at most.
I want to load my atmospheric pressure history into the emulator, for example. otherwise there is a constant very sharp drop in pressure.
Toybox.SensorHystoryIterator
You can't. As I said, in the sim it's all canned data. The top graph is what's seen from getPressureHistory() in the sim.
Maybe some file is responsible for this? Another question is, what is the frequency of measuring the pressure in the watch?
Measuring the pressure vs saving it to history are two different things Measuring I believe is every second - that's what you see in the screen shot next to Baro:
Last I checked, history was saved something like every couple minutes on a real device, but It's been awhile since I checked that. You can look at the difference between "when" in two samples on a real device.