Standard subsystems - Atmelfan/scpi-rs GitHub Wiki

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
⚠️ **GitHub.com Fallback** ⚠️