Keithley 705 Scanner
- class nupylab.drivers.keithley705.Keithley705(adapter, name='Keithley 705 Scanner', read_termination='\r', **kwargs)
Bases:
InstrumentInstrument class for the Keithley 705 scanner.
scanner = Keithley705("GPIB::1")
- close_channel(channel: int) None
Close selected channel.
- property date_format
Set date format to American or International.
- property display_channel
Set which channel to display.
- property display_mode
Set display mode. Valid options are channel, interval, time, date, message.
- exclusive_close(channel: int) None
Close selected channel and open all others.
- property first_channel
Set first channel.
- property last_channel
Set last channel.
- property number_of_poles
Set the number of poles. Valid options are 0 (matrix mode), 1, 2, or 4. Upon changing, First Channel = 1, Last Channel = last (20 to 200), and Channel 1 is displayed.
- open_channel(channel: int) None
Open selected channel.
- reset() None
Open all channels and display FIRST channel.
- property settle_time
Set the settle time.