Contents Menu Expand Light mode Dark mode Auto light/dark mode
pyscpi
pyscpi
  • Guide
    • From PyPI (pip)
    • Using
  • API Reference
    • pyscpi
      • pyscpi.keysight
        • pyscpi.keysight.osc
      • pyscpi.scpi
Back to top
Edit this page

pyscpi.scpi#

Module Contents#

Classes#

Instrument

class pyscpi.scpi.Instrument(host, port)[source]#
write(cmd)[source]#
Parameters:

cmd (str) –

Return type:

None

read()[source]#
Return type:

str

read_bytes()[source]#
Return type:

bytes

close()[source]#
Return type:

None

query(cmd)[source]#
Parameters:

cmd (str) –

Return type:

str

Previous
pyscpi.keysight.osc
Copyright © 2023, Danial Chitnis
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyscpi.scpi
    • Module Contents
      • Classes
        • Instrument
          • Instrument.write()
          • Instrument.read()
          • Instrument.read_bytes()
          • Instrument.close()
          • Instrument.query()
        • Instrument
          • write
          • read
          • read_bytes
          • close
          • query