Added descriptive text to start of API examples

这个提交包含在:
Craig Warren
2023-05-05 11:44:03 +01:00
父节点 5c6754a238
当前提交 ae3b543549
共有 5 个文件被更改,包括 48 次插入2 次删除

查看文件

@@ -1,3 +1,12 @@
"""An antenna model similar to a MALA 1.2GHz antenna in free space
This example model demonstrates how to use one of the built-in antenna models.
The geometry is 3D and the domain filled with freespace (the default). The
antenna model method is imported from its toolbox and the objects that build the
antenna are iteratively added to the scene.
"""
from pathlib import Path
import gprMax