Skip to content

added TSP support for the pyvisa-sim module #11

@quaeritis

Description

@quaeritis

Hi @samschott,

I added TSP support for the pyvisa-sim module.
can be found here:
https://github.com/quaeritis/pyvisa-sim/tree/tsp

So you can do something like this for example:

import keithley2600
from keithley2600 import Keithley2600

keithley2600.log_to_screen()

k = Keithley2600('GPIB0::10::65535::INSTR', '@sim')
k.voltageSweepSingleSMU(smu=k.smua, smu_sweeplist=list(range(0, 61)),
                        tInt=0.1, delay=-1, pulsed=False)  # records single SMU IV curve

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions