@tscircuit/props 0.0.643 → 0.0.645

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -330,6 +330,18 @@ export interface AnalogTransientSimulationProps extends AnalogAnalysisSimulation
330
330
 
331
331
  ```ts
332
332
  export interface AntennaProps extends CommonComponentProps {
333
+ /**
334
+ * Band-qualified PCB-trace topology to generate. The encoded band is enough
335
+ * to select the geometry without frequencyBand. No shape is assumed when
336
+ * omitted. An explicit pcbPath takes precedence when both are provided.
337
+ */
338
+ antennaShape?: AntennaShape;
339
+ /**
340
+ * Nominal operating band or multiband configuration. This is redundant when
341
+ * antennaShape is present; the band encoded in antennaShape controls generated
342
+ * geometry.
343
+ */
344
+ frequencyBand?: AntennaFrequencyBand;
333
345
  /**
334
346
  * Explicit antenna path. Entries use the same selector, point, and via
335
347
  * syntax as trace pcbPath entries.