pyfcstm

Tutorials

  • Installation
  • Project Structure Guide
  • PyFCSTM DSL Syntax Tutorial
  • Template System Tutorial
  • FCSTM Simulation Guide
  • FCSTM Visualization Guide
  • PyFCSTM Command Line Interface Guide
  • FCSTM Syntax Highlighting Guide

API Documentation

  • pyfcstm.config
  • pyfcstm.diagnostics
  • pyfcstm.dsl
  • pyfcstm.entry
    • pyfcstm.entry.base
    • pyfcstm.entry.cli
    • pyfcstm.entry.dispatch
    • pyfcstm.entry.generate
    • pyfcstm.entry.plantuml
    • pyfcstm.entry.simulate
      • pyfcstm.entry.simulate.batch
      • pyfcstm.entry.simulate.commands
      • pyfcstm.entry.simulate.completer
      • pyfcstm.entry.simulate.display
      • pyfcstm.entry.simulate.logging
      • pyfcstm.entry.simulate.repl
    • pyfcstm.entry.visualize
    • __all__
  • pyfcstm.highlight
  • pyfcstm.model
  • pyfcstm.render
  • pyfcstm.simulate
  • pyfcstm.solver
  • pyfcstm.template
  • pyfcstm.utils
pyfcstm
  • pyfcstm.entry
  • pyfcstm.entry.simulate
  • Edit on GitHub

pyfcstm.entry.simulate

CLI entry point for the interactive state machine simulator.

This module provides the simulate subcommand for the pyfcstm CLI tool.

  • pyfcstm.entry.simulate.batch
    • BatchProcessor
      • BatchProcessor
    • create_cross_platform_output_func
      • create_cross_platform_output_func()
  • pyfcstm.entry.simulate.commands
    • LogLevel
      • LogLevel
    • Settings
      • Settings
    • CommandResult
      • CommandResult
    • CommandProcessor
      • CommandProcessor
  • pyfcstm.entry.simulate.completer
    • SimulationCompleter
      • SimulationCompleter
  • pyfcstm.entry.simulate.display
    • StateDisplay
      • StateDisplay
  • pyfcstm.entry.simulate.logging
    • SimulatePlainLogHandler
      • SimulatePlainLogHandler
    • SimulateLogHighlighter
      • SimulateLogHighlighter
    • SimulateRichLogHandler
      • SimulateRichLogHandler
    • SimulateCliFormatter
      • SimulateCliFormatter
    • create_simulate_log_handler
      • create_simulate_log_handler()
    • configure_simulate_cli_logger
      • configure_simulate_cli_logger()
  • pyfcstm.entry.simulate.repl
    • AutoSuggestFromCompleter
      • AutoSuggestFromCompleter
    • SimulationREPL
      • SimulationREPL
Previous Next

© Copyright 2026, HansBug.

Built with Sphinx using a theme provided by Read the Docs.