nlesc-recruit / PowerSensor3

PowerSensor is a low-cost, custom-built device that measures the instantaneous power consumption of GPUs and other devices at a high time resolution.
https://nlesc-recruit.github.io/PowerSensor3/
Apache License 2.0
8 stars 0 forks source link

Pause display when measuring #132

Closed loostrum closed 1 year ago

loostrum commented 1 year ago

When values are streamed to the host, the device pauses the display update and instead displays the fixed text "Measurement in progress". When streaming of values is disabled, the display update is resumed. This results in an automatic pause of the display whenever the host library connects to the device. This ensure that the display update no longer influences the sampling rate when it is updating.