Documentation

The documentation is still under development and incomplete.

Wattson Basics

Before looking into some more in-depth aspects of Wattson, you should get familiar with what Wattson is, how it works and, last but not least, what it not is. To do so, look into the Wattson Basics.

Starting Wattson

Wattson is a Python module that offers an entry point to start a co-simulation based on a scenario. A scenario specifies the behavior of the co-simulated cyber-physical system. A scenario is a collection of configuration files in a folder. To start a co-simulation in Wattson for this scenario, pass the path to this folder to Wattson as an argument.

sudo python3 -m wattson path/to/scenario
Bash

To learn more on how to install Wattson and on potential configuration options, read the following Sections.

Network Emulation

Power Grid Simulation

  • Storage Processing
  • Protection Triggers
  • Load and Generation Profiles

Co-Simulation Scenarios

  • Network-only Scenarios
  • Power Grid Co-Simulation: PowerOwl Scenarios
    • Creating the Power Grid
    • Flexible Scenario Options
      • IEC 104 communication
      • MMS communication
      • Field Devices
  • Extending Scenarios

The Wattson Client

Remote Models

Scroll to Top