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
      • base
      • channels
      • instruments
      • mixins
      • protocols
      • registry
    • cli
    • context
    • device
    • exceptions
    • models
    • pyvisa
    • registry
    • timing
    • utils
LogoLogo
On this page
  • Module Contents
  • Functions
  • API
Stanza APIbase

stanza.base.registry

Was this page helpful?
Built with

Module Contents

Functions

NameDescription
load_driver_classNone
validate_driver_protocolsNone

API

1stanza.base.registry.load_driver_class(driver_name: str) -> type
1stanza.base.registry.validate_driver_protocols(
2 driver_class: type, instrument_type: stanza.models.InstrumentType
3) -> None