|
57 | 57 | "pathsim_flight", |
58 | 58 | ], |
59 | 59 | }, |
| 60 | + "rf": { |
| 61 | + "repo": ROOT_DIR / "pathsim-rf", |
| 62 | + "source": ROOT_DIR / "pathsim-rf" / "src", |
| 63 | + "notebooks": ROOT_DIR / "pathsim-rf" / "docs" / "source" / "examples", |
| 64 | + "figures": ROOT_DIR / "pathsim-rf" / "docs" / "source" / "examples" / "figures", |
| 65 | + "display_name": "PathSim-RF", |
| 66 | + "griffe_package": "pathsim_rf", |
| 67 | + "root_modules": [ |
| 68 | + "pathsim_rf", |
| 69 | + ], |
| 70 | + }, |
60 | 71 | } |
61 | 72 |
|
62 | 73 | # Minimum supported versions per package |
|
66 | 77 | "chem": "0.1", |
67 | 78 | "vehicle": "0.1", |
68 | 79 | "flight": "0.1", |
| 80 | + "rf": "0.1", |
69 | 81 | } |
70 | 82 |
|
71 | 83 | # Patterns to skip during API extraction |
|
123 | 135 | "lorenz_attractor": ("advanced", ["chaos", "ode"]), |
124 | 136 | "poincare_maps": ("advanced", ["analysis", "chaos"]), |
125 | 137 |
|
| 138 | + # RF Engineering |
| 139 | + "rf_amplifier_compression": ("rf-engineering", ["amplifier", "nonlinear", "compression"]), |
| 140 | + "rf_mixer_downconversion": ("rf-engineering", ["mixer", "frequency", "downconversion"]), |
| 141 | + "transmission_line_reflection": ("rf-engineering", ["transmission-line", "propagation"]), |
| 142 | + "superheterodyne_receiver": ("rf-engineering", ["receiver", "system"]), |
| 143 | + |
126 | 144 | # FMU Integration |
127 | 145 | "fmu_cosimulation": ("fmu", ["fmu", "cosim"]), |
128 | 146 | "fmu_model_exchange_bouncing_ball": ("fmu", ["fmu", "model-exchange"]), |
|
146 | 164 | {"id": "signal-processing", "title": "Signal Processing", "order": 5}, |
147 | 165 | {"id": "chemical", "title": "Chemical Engineering", "order": 6}, |
148 | 166 | {"id": "advanced", "title": "Advanced Topics", "order": 7}, |
149 | | - {"id": "fmu", "title": "FMU Integration", "order": 8}, |
| 167 | + {"id": "rf-engineering", "title": "RF Engineering", "order": 8}, |
| 168 | + {"id": "fmu", "title": "FMU Integration", "order": 9}, |
150 | 169 | ] |
151 | 170 |
|
152 | 171 | # Execution settings |
|
0 commit comments