-
Notifications
You must be signed in to change notification settings - Fork 6
Standard subsystems
Atmelfan edited this page Jan 8, 2020
·
1 revision
The scpi_instrument::subsystem
module is meant to simplify the implementation of subsystems. Not all subsystems may be implemented, these are left for the designer to implement for their specific instrument.
- None
Subsystems are organisted into the subsystem
in the scpi_instrument
crate. See below:
-
scpi_instrument
-
::common
- Functionality/traits present in multiple subsystems -
::subsystem
- Subsystem functionality/commands/traits-
::<subsystem>
- Example:measure
for theMEASure
subsystem
-
-