Installation

Prerequiste: labscript_devices >= 2.6.0

Clone this repository into the labscript_suite directory. Typically into userlib or the main directory level.

Next, modify your labconfig.ini file to recognize the module by adding the following entry to the [DEFAULT] block:

user_devices = naqs_devices

If more than one module of 3rd party devices are used, put all module names as a comma separated list.

Usage

Invoke in labscript scripts just like other labscript devices:

from naqs_devices.KeysightXSeries.labscript_device import KeysightXScope

Details for how to use each device are contained in the detailed documentation listings.