Skip to content

Commit 90eb386

Browse files
Compile FAQ to documentation markdown 🤖
1 parent 6786fac commit 90eb386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/how-do-i-export-field-data-to-zbf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
To export planar field monitor data to a Zemax beam file (.zbf), you can use `mon_data.to_zbf()`. For example:
99

10-
<div markdown class="code-snippet">{% highlight python %}
10+
```python
1111

1212
# Run the simulation and get the data.
1313
sim_data = tidy3d.web.run(simulation, task_name="task", path="data/data.hdf5", verbose=True)
@@ -18,6 +18,6 @@ ex, ey = sim_data['field_monitor'].to_zbf(
1818
background_refractive_index=1.0,
1919
)
2020

21-
{% endhighlight %}
21+
```
2222

2323
Detailed documentation can be found: [here](https://docs.flexcompute.com/projects/tidy3d/en/latest/api/_autosummary/tidy3d.components.data.monitor_data.ElectromagneticFieldData.html#tidy3d.components.data.monitor_data.ElectromagneticFieldData.to_zbf)

0 commit comments

Comments
 (0)