mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
fix flake8 errors
This commit is contained in:
parent
d06c388e56
commit
f10708d771
1 changed files with 5 additions and 3 deletions
|
@ -5,9 +5,11 @@ from villas.node.node import Node as VILLASnode
|
|||
|
||||
|
||||
def get_dpsim_shmem_interface_signals():
|
||||
""" It would be nice if the DPsim Shmem interface could build-up a list of actual
|
||||
signal descriptions (names, units, etc..) which attributes are exported.
|
||||
This would eliviate the user from manually configuring signal mappings """
|
||||
""" It would be nice if the DPsim Shmem interface could
|
||||
build-up a list of actual signal descriptions
|
||||
(names, units, etc..) which attributes are exported.
|
||||
This would eliviate the user from manually configuring
|
||||
signal mappings """
|
||||
signals = []
|
||||
|
||||
for i in range(0, 30):
|
||||
|
|
Loading…
Add table
Reference in a new issue