For AI agents: visit https://sprde.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Jump to Content
SPRDESPRDEGuidesAPI Reference
HomeGuidesAPI ReferenceChangelogDiscussions
zoidberg

GuidesAPI ReferenceLog InSPRDE
API Reference
Log In
zoidberg

algotron.core

  • User
    • User.login( name )
  • Simulation
    • Constructor
    • add_object( object_name )
    • add_sensor( sensor_name, object_name, rate, states )
  • Object
    • Constructor
    • get_state( state_name )
  • set_state( state_name, value )
  • Sensor
    • Constructor
    • get_state( state_name )

algotron.hugnman

  • Hugnman
    • Constructor
    • do( command )

algotron.watchdog

  • Sergeant
    • Constructor
    • ready()
    • detach()

algotron.listener

  • Listener
    • Constructor
    • start( tick_fn )
Powered by 
  1. algotron.core

User

User is a dummy class for continuous integration, simulate user login in web console.

Updated over 9 years ago


Updated over 9 years ago