cst_get_bandwidth
Calculate impedance bandwidth from S-parameter results when S11 or VSWR crosses a threshold, returning center frequency, bandwidth in MHz, and fractional bandwidth percentage.
Instructions
Calculate impedance bandwidth from S-parameter results. Finds the frequency range where S11 (or VSWR) meets the specified threshold. Returns center frequency, bandwidth in MHz, and fractional bandwidth percentage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Port number to compute bandwidth for. | |
| run_id | No | ||
| criterion | No | 'S11' to use return loss threshold, 'VSWR' to use VSWR threshold. | S11 |
| max_points | No | Preview sample count; 0 returns the full curve. Derived metrics use all samples. | |
| threshold_db | No | S11 threshold in dB for bandwidth computation. Common values: -10 dB (VSWR 2:1), -6 dB (VSWR 3:1), -15 dB (VSWR 1.4:1). |