For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
OverviewCodaControlAPI ReferenceChangelog
OverviewCodaControlAPI ReferenceChangelog
  • Coda API
  • Control API
  • Stanza API
    • stanza
    • cli
    • context
    • device
    • exceptions
    • models
    • pyvisa
    • registry
    • timing
    • utils
LogoLogo
On this page
  • Module Contents
  • Classes
  • API
Stanza API

stanza.pyvisa

Was this page helpful?
Built with

Module Contents

Classes

NameDescription
PyVisaDriverNone

API

1class stanza.pyvisa.PyVisaDriver(visa_addr: str, lib: str = '@py', sim_file: str | None = None)
1query(cmd: str) -> str
1write(cmd: str) -> None
1write_binary_values(
2 cmd: str, values: list[int]
3) -> None
1close() -> None
1__exit__(
2 exc_type: type | None,
3 exc_val: Exception | None,
4 exc_tb: object | None
5) -> None