cst_get_bandwidth
Calculates impedance bandwidth from S-parameter results by finding the frequency range where S11 or VSWR meets a specified threshold, returning center frequency, bandwidth, and fractional bandwidth.
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. | |
| criterion | No | 'S11' to use return loss threshold, 'VSWR' to use VSWR threshold. | S11 |
| 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). |