add config file to test function evaluator

This commit is contained in:
2025-11-12 17:25:17 +01:00
parent af28f33018
commit ef9b257a54

15
cfg/test_function_cfg.py Normal file
View File

@@ -0,0 +1,15 @@
Node('softcal.function.test',
'test the function class',
'tcp://5000',
)
Mod('sim_writable',
'frappy_demo.test.SimpleWritable',
'simulation of a writable for function test',
)
Mod('function',
'frappy_psi.softcal.Function',
'function test',
rawsensor = 'sim_writable',
)