The keithley220 module

Instrument representation of a Keithley 220 DC Current Source

Classes

Keithley220

class src.instruments.keithley220.Keithley220(experiment, name='Keithley220: DC current source', spec=None)[source]

Driver for a Keithley 220 current source.

Methods

finalize()[source]

Close the communication channel.

getActions()[source]

Return the list of supported actions.

getAddress()[source]

Return the instrument’s VISA resource address.

getCurrent()[source]

Read the output current from the current source.

initialize()[source]

Open the communication channel.

setCurrent(current)[source]

Set the current source’s output current.

setOutput(output)[source]

Toggle the output current on and off.

Table Of Contents

Previous topic

The hp34420a module

Next topic

The keithley2182a module

This Page