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
      • routines
      • core
    • timing
    • utils
LogoLogo
On this page
  • Subpackages
  • Submodules
  • Module Contents
  • Data
  • API
Stanza APIroutines

stanza.routines

Was this page helpful?
Built with

Routines framework for executing measurement tasks.

This module provides the core routine system including decorators, context objects, and runners for organizing and executing measurement workflows.

Subpackages

  • builtins - Built-in routines for common health check and measurement tasks.

Submodules

  • core

Module Contents

Data

__all__

API

1stanza.routines.__all__

Value: ['routine', 'RoutineContext', 'RoutineRunner', 'get_registered_routines', 'clear_routine_registry', 'DataLogger', 'DeviceConfig', 'device_from_config']