ulfsri / pyAlicat

Python API for acquisition and control of Alicat mass flow meters and controllers.
https://ulfsri.github.io/pyAlicat/
MIT License
0 stars 0 forks source link

create_gas_mix() list #106

Open GraysonBellamy opened 3 months ago

GraysonBellamy commented 3 months ago

🚀 Feature Request

Perhaps we make the input to create_gas_mix() two lists with names and percent compositions respectively.

🔈 Motivation

Eliminates having to have a bunch of different input variables for each gas and composition

🛰 Alternatives

📎 Additional context

image

ULibrady commented 3 months ago

Gas list is now a dictionary (I thought there would be fewer errors and issues with tracking indexes, but I can change it back)