The keithley6220 module

Instrument representation of a Keithley 6220 DC Current Source

Classes

Keithley6220

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

Driver for a Keithley 6220 current source.

Methods

finalize()[source]

Close the communication channel.

getActions()[source]

Get 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 vector_magnet module

Next topic

The hp34401a module

This Page