Writing Drivers¶
This folder contains examples that are useful when you want to write your own driver for a new instrument.
- A ParameterWithSetpoints Example with Dual Setpoints
- Creating QCoDeS instrument drivers
- Base Classes
- Parameters and Channels
- Naming Instruments
- Logging
- VisaInstrument: Simple example
- VisaInstrument: a more involved example
- VisaInstruments: Simulating the instrument
- DLL-based instruments
- Manual instruments
- Custom Parameter classes
- Dynamically adding and removing parameters
- Handling interruption of measurements
- Organization
- Documentation
- Creating Simulated PyVISA Instruments
- Instrument
- Abstract Instruments and parameters
- Working subclass