View Connected Instruments
To view all instruments currently connected to a specific Lager Box, run:Example Output:
Automatic Net Creation
When an instrument is plugged into a Lager Box, Lager automatically creates a default Net for each function the instrument supports.- A simple, single-function device like a power supply will create one
SupplyNet. - A multi-function device like a Labjack T7 DAQ will create several Nets: one for
GPIO, one forADC, and one forDAC.
Modify or Assign Nets Using the TUI
For instruments that support multiple channels (e.g. LabJack, PicoScope), you can assign new Nets using the interactive TUI (text user interface). You can also re-name existing Nets. To launch the Net TUI, run:Within the TUI, you can:
- Add new Nets
- Rename existing Nets
- Delete unused Nets
Debug Nets
For debug instruments (e.g., Segger J-Link, ST-Link), you must specify the target MCU when creating the net. This is easily done through the TUI, as it will prompt you to input the MCU type.Important: The MCU type must match a valid target device supported by your debug probe. If the MCU type is not recognized, the debugger will not function correctly.

