aboutsummaryrefslogtreecommitdiff
path: root/src/specs.cpp
AgeCommit message (Collapse)Author
2023-12-07Add power meter element to measure DC optical powerClément Zrounba
This device replaces photodetector in cases where the DC power should be measured efficiently, without considering realistic effects (bandwidth, noise, responsivity...). * Syntax in netlist: `PWRnnnn <optical net>` * Parameters: none
2023-11-14Fix reporting of specs settings in tracefileClément Zrounba
- Seems like an `(int&)` cast was necessary to correctly trace the value of the enum ? - pyspecs was updated to use the available top-level values instead of convoluted checks
2023-09-30Initial releaseClément Zrounba