tldr (to long don`t read);
pip install flowchem
create config file like yourfile.toml:
[device.test-device]
type = "FakeDevice"
run it:
flowchem yourfile.toml
or run the example:
flowchem example
pip install flowchem
create config file like yourfile.toml:
[device.test-device]
type = "FakeDevice"
run it:
flowchem yourfile.toml
or run the example:
flowchem example