Skip to content

Standard subsystems

Atmelfan edited this page Jan 8, 2020 · 1 revision

Standard subsystems

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.

Available subsystems

  • None

Organisation:

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 the MEASure subsystem
Clone this wiki locally