summaryrefslogtreecommitdiff
path: root/example/platform.yaml
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-03-30 16:45:03 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-03-30 16:45:03 +0200
commit059ccc84e12ce044e06e50d8bb1abff04f47e264 (patch)
tree252b7322e8c7a25480036431cafdbda721430c64 /example/platform.yaml
parent678a001cdc4bcf251aa8c582afb58a4cc0759a36 (diff)
Simplify platform file
Diffstat (limited to 'example/platform.yaml')
-rw-r--r--example/platform.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/example/platform.yaml b/example/platform.yaml
index 723b4b8..a549350 100644
--- a/example/platform.yaml
+++ b/example/platform.yaml
@@ -29,11 +29,9 @@ nodes:
implementations:
- all sender.py
# Node implementation arguments
- # arguments is a dictionary where key are ranges of node and values are the arguments for
- # these specific node ranges
- arguments: {
- "all": 2
- }
+ # arguments keys are ranges of nodes, and values are passed to the specified nodes
+ arguments:
+ all: 2
##### Interfaces Section #####
interfaces: