ulfsri/pyAlicat

Get() function efficiency

Closed this issue ยท 1 comments

๐Ÿš€ 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

image

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