Get() function efficiency
Closed this issue ยท 1 comments
GraysonBellamy commented
๐ Feature Request
If we can for the get() function, to eliminate multiple calls to the request() function pull out all the measurements present in the statistics variable and request them together in a single function call. Then run the other stuff like "GAS" or "SETPOINT".
๐ Motivation
Code efficiency
๐ฐ Alternatives
๐ Additional context
GraysonBellamy commented
get() now only calls request n/13 times, where n is the number of statistics requested. get() will also accept and return any number of statistics (tested with 27 different values), as well as the pool(), gas(), setpoint(), and loop_control_var() into the same data frame