Glossary - Point72/csp GitHub Wiki
Warning
This page is a work in progress.
- Table of Contents
-
Terms
- Engine time
- Event streaming
- Time series
- Tick
- Node
- Graph
- Alarm
- Adapter
- Realtime
- Wiring (or graph building time)
- Graph run time
- Ticked (as in csp.ticked)
- Valid (as in csp.valid)
- Push mode
- Edge
- Delayed edge
- Feedback
- Struct
- List basket
- Dict basket
- Dynamic graph
- Push input adapter
- Pull input adapter
- Output adapter
- Managed sim adapter
- Adapter manager
The CSP engine always maintains its current view of time.
The current time of the engine can be accessed at any time within a csp.node
by calling csp.now()