cst_get_pattern_cut
Extract an E-plane, H-plane, or custom radiation pattern cut from a completed CST simulation at a specific frequency. Returns gain vs angle for the selected plane.
Instructions
Extract an E-plane, H-plane, or custom radiation pattern cut from a completed CST simulation at a specific frequency. Returns gain vs angle for the selected plane. Requires a farfield monitor at the specified frequency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plane | No | Pattern cut plane. 'E' for E-plane (phi=0), 'H' for H-plane (phi=90), 'custom' for arbitrary cut. | E |
| phi_cut | No | Phi angle (degrees) for custom plane cut. Only used when plane='custom'. Default 0. | |
| frequency | Yes | Frequency in GHz at which to extract the pattern cut. | |
| theta_cut | No | Theta angle (degrees) for custom plane cut. Only used when plane='custom'. Default 90. |