The dio_ki_6517 module

Module for Keithley 6517 picoammeter. Compatible with the multimeter module.

Note

The support for this device is divided in three modules. The present one manages its digital IO capabilities, while the others, cmd_ki_6517 and cmd_mm_ki_6517, manage voltage source and multimeter, respectively.

API

cmd_dio_ki_6517.init_dio_ki_6517(dio_ki_6517_id, conf_string)[source]

Initialize dio_ki_6517 power supply identified by dio_ki_6517_id

conf_string must include the parameter:

  • bus: conf_string of the underlying link module (GPIB, TCP, ...)
  • channel: channel on which the id will act
cmd_dio_ki_6517.deinit_dio_ki_6517(dio_ki_6517_id)[source]

Deinitialize an dio_ki_6517

cmd_dio_ki_6517.config_dio_ki_6517(dio_ki_6517_id)[source]

Configure an dio_ki_6517

cmd_dio_ki_6517.inval_dio_ki_6517(dio_ki_6517_id)[source]

Invalidate an dio_ki_6517

cmd_dio_ki_6517.set_digital_dio_ki_6517(dio_ki_6517_id, level)[source]

Set digital output to level high or low