Yamcs Server Manual
- General Information
- Server Administration
- Mission Database
- Data Management
- Data Links
- Processors
- Commanding
- Services
- Security
- Web Interface
- Programs
Extending Yamcs
Appendices
Related
Yamcs Release Notes
Yamcs HTTP API
Source Code Documentation
Download this Document
Empty NodeΒΆ
This loader allows to create an empty node in the space system hierarchy with a given name.
For example this configuration will create two parallel nodes /N1
and /N2
and underneath each of them, load the xls files of the simulator.
mdb:
- type: "emptyNode"
spec: "N1"
subLoaders:
- type: "sheet"
spec: "mdb/simulator-ccsds.xls"
subLoaders:
- type: "sheet"
spec: "mdb/landing.xls"
- type: "emptyNode"
spec: "N2"
subLoaders:
- type: "sheet"
spec: "mdb/simulator-ccsds.xls"
subLoaders:
- type: "sheet"
spec: "mdb/landing.xls"