reference_config
Access to the bundled example instrument configuration.
Ships a small, valid reference configuration inside the installed package so that
docstring examples, the example scripts, and end users can obtain a working
configuration without a repository checkout. The configuration contains a
micro-dispenser (dispenser) and a pipettor component; its network
addresses are placeholders and must be replaced before connecting to hardware.
example_config_path()
Return a traversable path to the bundled example configuration JSON.
Returns:
| Name | Type | Description |
|---|---|---|
Traversable |
Any
|
Importable-resource path to |
Any
|
its |
|
Any
|
filesystem path when the package is installed as a zip. |
Examples:
Source code in src/fluid_control/reference_config.py
load_example_config()
1 2 3 4 5 | |
Returns:
| Name | Type | Description |
|---|---|---|
dict |
dict[str, Any]
|
The parsed example instrument configuration. |
Examples: