@tscircuit/props 0.0.590 → 0.0.592

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
@@ -20,106 +20,112 @@ resistorProps.parse({ resistance: "10k" } as ResistorPropsInput);
20
20
 
21
21
  ## Available Components
22
22
 
23
- | Component | Props Interface |
24
- | ------------------------------ | ------------------------------------------------------------------------------------------ |
25
- | `<ammeter />` | [`AmmeterProps`](#ammeterprops-ammeter) |
26
- | `<analogsimulation />` | [`AnalogSimulationProps`](#analogsimulationprops-analogsimulation) |
27
- | `<autoroutingphase />` | [`AutoroutingPhaseProps`](#autoroutingphaseprops-autoroutingphase) |
28
- | `<battery />` | [`BatteryProps`](#batteryprops-battery) |
29
- | `<board />` | [`BoardProps`](#boardprops-board) |
30
- | `<breakout />` | [`BreakoutProps`](#breakoutprops-breakout) |
31
- | `<breakoutpoint />` | [`BreakoutPointProps`](#breakoutpointprops-breakoutpoint) |
32
- | `<cadassembly />` | [`CadAssemblyProps`](#cadassemblyprops-cadassembly) |
33
- | `<cadmodel />` | [`CadModelProps`](#cadmodelprops-cadmodel) |
34
- | `<capacitor />` | [`CapacitorProps`](#capacitorprops-capacitor) |
35
- | `<chip />` | [`ChipProps`](#chipprops-chip) |
36
- | `<connector />` | [`ConnectorProps`](#connectorprops-connector) |
37
- | `<constrainedlayout />` | [`ConstrainedLayoutProps`](#constrainedlayoutprops-constrainedlayout) |
38
- | `<constraint />` | [`ConstraintProps`](#constraintprops-constraint) |
39
- | `<copperpour />` | [`CopperPourProps`](#copperpourprops-copperpour) |
40
- | `<coppertext />` | [`CopperTextProps`](#coppertextprops-coppertext) |
41
- | `<courtyardcircle />` | [`CourtyardCircleProps`](#courtyardcircleprops-courtyardcircle) |
42
- | `<courtyardoutline />` | [`CourtyardOutlineProps`](#courtyardoutlineprops-courtyardoutline) |
43
- | `<courtyardpill />` | [`CourtyardPillProps`](#courtyardpillprops-courtyardpill) |
44
- | `<courtyardrect />` | [`CourtyardRectProps`](#courtyardrectprops-courtyardrect) |
45
- | `<crystal />` | [`CrystalProps`](#crystalprops-crystal) |
46
- | `<currentsource />` | [`CurrentSourceProps`](#currentsourceprops-currentsource) |
47
- | `<cutout />` | [`RectCutoutProps`](#rectcutoutprops-cutout) |
48
- | `<differentialpair />` | [`DifferentialPairProps`](#differentialpairprops-differentialpair) |
49
- | `<diode />` | [`DiodeProps`](#diodeprops-diode) |
50
- | `<drccheck />` | [`DrcCheckProps`](#drccheckprops-drccheck) |
51
- | `<fabricationnotedimension />` | [`FabricationNoteDimensionProps`](#fabricationnotedimensionprops-fabricationnotedimension) |
52
- | `<fabricationnotepath />` | [`FabricationNotePathProps`](#fabricationnotepathprops-fabricationnotepath) |
53
- | `<fabricationnoterect />` | [`FabricationNoteRectProps`](#fabricationnoterectprops-fabricationnoterect) |
54
- | `<fabricationnotetext />` | [`FabricationNoteTextProps`](#fabricationnotetextprops-fabricationnotetext) |
55
- | `<fiducial />` | [`FiducialProps`](#fiducialprops-fiducial) |
56
- | `<footprint />` | [`FootprintProps`](#footprintprops-footprint) |
57
- | `<fuse />` | [`FuseProps`](#fuseprops-fuse) |
58
- | `<group />` | [`BaseGroupProps`](#basegroupprops-group) |
59
- | `<hole />` | [`CircleHoleProps`](#circleholeprops-hole) |
60
- | `<inductor />` | [`InductorProps`](#inductorprops-inductor) |
61
- | `<interconnect />` | [`InterconnectProps`](#interconnectprops-interconnect) |
62
- | `<internalcircuit />` | [`InternalCircuitProps`](#internalcircuitprops-internalcircuit) |
63
- | `<jumper />` | [`JumperProps`](#jumperprops-jumper) |
64
- | `<led />` | [`LedProps`](#ledprops-led) |
65
- | `<mosfet />` | [`MosfetProps`](#mosfetprops-mosfet) |
66
- | `<mountedboard />` | [`MountedBoardProps`](#mountedboardprops-mountedboard) |
67
- | `<net />` | [`NetProps`](#netprops-net) |
68
- | `<netalias />` | [`NetAliasProps`](#netaliasprops-netalias) |
69
- | `<netlabel />` | [`NetLabelProps`](#netlabelprops-netlabel) |
70
- | `<opamp />` | [`OpAmpProps`](#opampprops-opamp) |
71
- | `<panel />` | [`PanelProps`](#panelprops-panel) |
72
- | `<pcbkeepout />` | [`PcbKeepoutProps`](#pcbkeepoutprops-pcbkeepout) |
73
- | `<pcbnotedimension />` | [`PcbNoteDimensionProps`](#pcbnotedimensionprops-pcbnotedimension) |
74
- | `<pcbnoteline />` | [`PcbNoteLineProps`](#pcbnotelineprops-pcbnoteline) |
75
- | `<pcbnotepath />` | [`PcbNotePathProps`](#pcbnotepathprops-pcbnotepath) |
76
- | `<pcbnoterect />` | [`PcbNoteRectProps`](#pcbnoterectprops-pcbnoterect) |
77
- | `<pcbnotetext />` | [`PcbNoteTextProps`](#pcbnotetextprops-pcbnotetext) |
78
- | `<pcbtrace />` | [`PcbTraceProps`](#pcbtraceprops-pcbtrace) |
79
- | `<pinheader />` | [`PinHeaderProps`](#pinheaderprops-pinheader) |
80
- | `<pinout />` | [`PinoutProps`](#pinoutprops-pinout) |
81
- | `<platedhole />` | [`CirclePlatedHoleProps`](#circleplatedholeprops-platedhole) |
82
- | `<port />` | [`PortProps`](#portprops-port) |
83
- | `<potentiometer />` | [`PotentiometerProps`](#potentiometerprops-potentiometer) |
84
- | `<powersource />` | [`PowerSourceProps`](#powersourceprops-powersource) |
85
- | `<pushbutton />` | [`PushButtonProps`](#pushbuttonprops-pushbutton) |
86
- | `<resistor />` | [`ResistorProps`](#resistorprops-resistor) |
87
- | `<resonator />` | [`ResonatorProps`](#resonatorprops-resonator) |
88
- | `<schematicarc />` | [`SchematicArcProps`](#schematicarcprops-schematicarc) |
89
- | `<schematicbox />` | [`SchematicBoxProps`](#schematicboxprops-schematicbox) |
90
- | `<schematiccell />` | [`SchematicCellProps`](#schematiccellprops-schematiccell) |
91
- | `<schematiccircle />` | [`SchematicCircleProps`](#schematiccircleprops-schematiccircle) |
92
- | `<schematicline />` | [`SchematicLineProps`](#schematiclineprops-schematicline) |
93
- | `<schematicpath />` | [`SchematicPathProps`](#schematicpathprops-schematicpath) |
94
- | `<schematicrect />` | [`SchematicRectProps`](#schematicrectprops-schematicrect) |
95
- | `<schematicrow />` | [`SchematicRowProps`](#schematicrowprops-schematicrow) |
96
- | `<schematicsection />` | [`SchematicSectionProps`](#schematicsectionprops-schematicsection) |
97
- | `<schematicsheet />` | [`SchematicSheetProps`](#schematicsheetprops-schematicsheet) |
98
- | `<schematictable />` | [`SchematicTableProps`](#schematictableprops-schematictable) |
99
- | `<schematictext />` | [`SchematicTextProps`](#schematictextprops-schematictext) |
100
- | `<silkscreencircle />` | [`SilkscreenCircleProps`](#silkscreencircleprops-silkscreencircle) |
101
- | `<silkscreengraphic />` | [`SilkscreenGraphicProps`](#silkscreengraphicprops-silkscreengraphic) |
102
- | `<silkscreenline />` | [`SilkscreenLineProps`](#silkscreenlineprops-silkscreenline) |
103
- | `<silkscreenpath />` | [`SilkscreenPathProps`](#silkscreenpathprops-silkscreenpath) |
104
- | `<silkscreenrect />` | [`SilkscreenRectProps`](#silkscreenrectprops-silkscreenrect) |
105
- | `<silkscreentext />` | [`SilkscreenTextProps`](#silkscreentextprops-silkscreentext) |
106
- | `<smtpad />` | [`RectSmtPadProps`](#rectsmtpadprops-smtpad) |
107
- | `<solderjumper />` | [`SolderJumperProps`](#solderjumperprops-solderjumper) |
108
- | `<solderpaste />` | [`RectSolderPasteProps`](#rectsolderpasteprops-solderpaste) |
109
- | `<spicemodel />` | [`SpiceModelProps`](#spicemodelprops-spicemodel) |
110
- | `<stampboard />` | [`StampboardProps`](#stampboardprops-stampboard) |
111
- | `<subcircuit />` | [`SubcircuitProps`](#subcircuitprops-subcircuit) |
112
- | `<subpanel />` | [`SubpanelProps`](#subpanelprops-subpanel) |
113
- | `<switch />` | [`SwitchProps`](#switchprops-switch) |
114
- | `<symbol />` | [`SymbolProps`](#symbolprops-symbol) |
115
- | `<testpoint />` | [`TestpointProps`](#testpointprops-testpoint) |
116
- | `<toolingrail />` | [`ToolingrailProps`](#toolingrailprops-toolingrail) |
117
- | `<trace />` | [`TraceProps`](#traceprops-trace) |
118
- | `<tracehint />` | [`TraceHintProps`](#tracehintprops-tracehint) |
119
- | `<transistor />` | [`TransistorProps`](#transistorprops-transistor) |
120
- | `<via />` | [`ViaProps`](#viaprops-via) |
121
- | `<voltageprobe />` | [`VoltageProbeProps`](#voltageprobeprops-voltageprobe) |
122
- | `<voltagesource />` | [`VoltageSourceProps`](#voltagesourceprops-voltagesource) |
23
+ | Component | Props Interface |
24
+ | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
25
+ | `<ammeter />` | [`AmmeterProps`](#ammeterprops-ammeter) |
26
+ | `<analog.acsweepsimulation />` | [`AnalogAcSweepSimulationProps`](#analogacsweepsimulationprops-analogacsweepsimulation) |
27
+ | `<analog.dcoperatingpointsimulation />` | [`AnalogDcOperatingPointSimulationProps`](#analogdcoperatingpointsimulationprops-analogdcoperatingpointsimulation) |
28
+ | `<analog.dcsweepsimulation />` | [`AnalogDcSweepSimulationProps`](#analogdcsweepsimulationprops-analogdcsweepsimulation) |
29
+ | `<analogsimulation />` | [`AnalogSimulationProps`](#analogsimulationprops-analogsimulation) |
30
+ | `<analog.sweepparameter />` | [`AnalogResistanceSweepParameterProps`](#analogresistancesweepparameterprops-analogsweepparameter) |
31
+ | `<analog.transientsimulation />` | [`AnalogTransientSimulationProps`](#analogtransientsimulationprops-analogtransientsimulation) |
32
+ | `<autoroutingphase />` | [`AutoroutingPhaseProps`](#autoroutingphaseprops-autoroutingphase) |
33
+ | `<battery />` | [`BatteryProps`](#batteryprops-battery) |
34
+ | `<board />` | [`BoardProps`](#boardprops-board) |
35
+ | `<breakout />` | [`BreakoutProps`](#breakoutprops-breakout) |
36
+ | `<breakoutpoint />` | [`BreakoutPointProps`](#breakoutpointprops-breakoutpoint) |
37
+ | `<cadassembly />` | [`CadAssemblyProps`](#cadassemblyprops-cadassembly) |
38
+ | `<cadmodel />` | [`CadModelProps`](#cadmodelprops-cadmodel) |
39
+ | `<capacitor />` | [`CapacitorProps`](#capacitorprops-capacitor) |
40
+ | `<chip />` | [`ChipProps`](#chipprops-chip) |
41
+ | `<connector />` | [`ConnectorProps`](#connectorprops-connector) |
42
+ | `<constrainedlayout />` | [`ConstrainedLayoutProps`](#constrainedlayoutprops-constrainedlayout) |
43
+ | `<constraint />` | [`ConstraintProps`](#constraintprops-constraint) |
44
+ | `<copperpour />` | [`CopperPourProps`](#copperpourprops-copperpour) |
45
+ | `<coppertext />` | [`CopperTextProps`](#coppertextprops-coppertext) |
46
+ | `<courtyardcircle />` | [`CourtyardCircleProps`](#courtyardcircleprops-courtyardcircle) |
47
+ | `<courtyardoutline />` | [`CourtyardOutlineProps`](#courtyardoutlineprops-courtyardoutline) |
48
+ | `<courtyardpill />` | [`CourtyardPillProps`](#courtyardpillprops-courtyardpill) |
49
+ | `<courtyardrect />` | [`CourtyardRectProps`](#courtyardrectprops-courtyardrect) |
50
+ | `<crystal />` | [`CrystalProps`](#crystalprops-crystal) |
51
+ | `<currentsource />` | [`CurrentSourceProps`](#currentsourceprops-currentsource) |
52
+ | `<cutout />` | [`RectCutoutProps`](#rectcutoutprops-cutout) |
53
+ | `<differentialpair />` | [`DifferentialPairProps`](#differentialpairprops-differentialpair) |
54
+ | `<diode />` | [`DiodeProps`](#diodeprops-diode) |
55
+ | `<drccheck />` | [`DrcCheckProps`](#drccheckprops-drccheck) |
56
+ | `<fabricationnotedimension />` | [`FabricationNoteDimensionProps`](#fabricationnotedimensionprops-fabricationnotedimension) |
57
+ | `<fabricationnotepath />` | [`FabricationNotePathProps`](#fabricationnotepathprops-fabricationnotepath) |
58
+ | `<fabricationnoterect />` | [`FabricationNoteRectProps`](#fabricationnoterectprops-fabricationnoterect) |
59
+ | `<fabricationnotetext />` | [`FabricationNoteTextProps`](#fabricationnotetextprops-fabricationnotetext) |
60
+ | `<fiducial />` | [`FiducialProps`](#fiducialprops-fiducial) |
61
+ | `<footprint />` | [`FootprintProps`](#footprintprops-footprint) |
62
+ | `<fuse />` | [`FuseProps`](#fuseprops-fuse) |
63
+ | `<group />` | [`BaseGroupProps`](#basegroupprops-group) |
64
+ | `<hole />` | [`CircleHoleProps`](#circleholeprops-hole) |
65
+ | `<inductor />` | [`InductorProps`](#inductorprops-inductor) |
66
+ | `<interconnect />` | [`InterconnectProps`](#interconnectprops-interconnect) |
67
+ | `<internalcircuit />` | [`InternalCircuitProps`](#internalcircuitprops-internalcircuit) |
68
+ | `<jumper />` | [`JumperProps`](#jumperprops-jumper) |
69
+ | `<led />` | [`LedProps`](#ledprops-led) |
70
+ | `<mosfet />` | [`MosfetProps`](#mosfetprops-mosfet) |
71
+ | `<mountedboard />` | [`MountedBoardProps`](#mountedboardprops-mountedboard) |
72
+ | `<net />` | [`NetProps`](#netprops-net) |
73
+ | `<netalias />` | [`NetAliasProps`](#netaliasprops-netalias) |
74
+ | `<netlabel />` | [`NetLabelProps`](#netlabelprops-netlabel) |
75
+ | `<opamp />` | [`OpAmpProps`](#opampprops-opamp) |
76
+ | `<panel />` | [`PanelProps`](#panelprops-panel) |
77
+ | `<pcbkeepout />` | [`PcbKeepoutProps`](#pcbkeepoutprops-pcbkeepout) |
78
+ | `<pcbnotedimension />` | [`PcbNoteDimensionProps`](#pcbnotedimensionprops-pcbnotedimension) |
79
+ | `<pcbnoteline />` | [`PcbNoteLineProps`](#pcbnotelineprops-pcbnoteline) |
80
+ | `<pcbnotepath />` | [`PcbNotePathProps`](#pcbnotepathprops-pcbnotepath) |
81
+ | `<pcbnoterect />` | [`PcbNoteRectProps`](#pcbnoterectprops-pcbnoterect) |
82
+ | `<pcbnotetext />` | [`PcbNoteTextProps`](#pcbnotetextprops-pcbnotetext) |
83
+ | `<pcbtrace />` | [`PcbTraceProps`](#pcbtraceprops-pcbtrace) |
84
+ | `<pinheader />` | [`PinHeaderProps`](#pinheaderprops-pinheader) |
85
+ | `<pinout />` | [`PinoutProps`](#pinoutprops-pinout) |
86
+ | `<platedhole />` | [`CirclePlatedHoleProps`](#circleplatedholeprops-platedhole) |
87
+ | `<port />` | [`PortProps`](#portprops-port) |
88
+ | `<potentiometer />` | [`PotentiometerProps`](#potentiometerprops-potentiometer) |
89
+ | `<powersource />` | [`PowerSourceProps`](#powersourceprops-powersource) |
90
+ | `<pushbutton />` | [`PushButtonProps`](#pushbuttonprops-pushbutton) |
91
+ | `<resistor />` | [`ResistorProps`](#resistorprops-resistor) |
92
+ | `<resonator />` | [`ResonatorProps`](#resonatorprops-resonator) |
93
+ | `<schematicarc />` | [`SchematicArcProps`](#schematicarcprops-schematicarc) |
94
+ | `<schematicbox />` | [`SchematicBoxProps`](#schematicboxprops-schematicbox) |
95
+ | `<schematiccell />` | [`SchematicCellProps`](#schematiccellprops-schematiccell) |
96
+ | `<schematiccircle />` | [`SchematicCircleProps`](#schematiccircleprops-schematiccircle) |
97
+ | `<schematicline />` | [`SchematicLineProps`](#schematiclineprops-schematicline) |
98
+ | `<schematicpath />` | [`SchematicPathProps`](#schematicpathprops-schematicpath) |
99
+ | `<schematicrect />` | [`SchematicRectProps`](#schematicrectprops-schematicrect) |
100
+ | `<schematicrow />` | [`SchematicRowProps`](#schematicrowprops-schematicrow) |
101
+ | `<schematicsection />` | [`SchematicSectionProps`](#schematicsectionprops-schematicsection) |
102
+ | `<schematicsheet />` | [`SchematicSheetProps`](#schematicsheetprops-schematicsheet) |
103
+ | `<schematicsymbol />` | [`SchematicSymbolProps`](#schematicsymbolprops-schematicsymbol) |
104
+ | `<schematictable />` | [`SchematicTableProps`](#schematictableprops-schematictable) |
105
+ | `<schematictext />` | [`SchematicTextProps`](#schematictextprops-schematictext) |
106
+ | `<silkscreencircle />` | [`SilkscreenCircleProps`](#silkscreencircleprops-silkscreencircle) |
107
+ | `<silkscreengraphic />` | [`SilkscreenGraphicProps`](#silkscreengraphicprops-silkscreengraphic) |
108
+ | `<silkscreenline />` | [`SilkscreenLineProps`](#silkscreenlineprops-silkscreenline) |
109
+ | `<silkscreenpath />` | [`SilkscreenPathProps`](#silkscreenpathprops-silkscreenpath) |
110
+ | `<silkscreenrect />` | [`SilkscreenRectProps`](#silkscreenrectprops-silkscreenrect) |
111
+ | `<silkscreentext />` | [`SilkscreenTextProps`](#silkscreentextprops-silkscreentext) |
112
+ | `<smtpad />` | [`RectSmtPadProps`](#rectsmtpadprops-smtpad) |
113
+ | `<solderjumper />` | [`SolderJumperProps`](#solderjumperprops-solderjumper) |
114
+ | `<solderpaste />` | [`RectSolderPasteProps`](#rectsolderpasteprops-solderpaste) |
115
+ | `<spicemodel />` | [`SpiceModelProps`](#spicemodelprops-spicemodel) |
116
+ | `<stampboard />` | [`StampboardProps`](#stampboardprops-stampboard) |
117
+ | `<subcircuit />` | [`SubcircuitProps`](#subcircuitprops-subcircuit) |
118
+ | `<subpanel />` | [`SubpanelProps`](#subpanelprops-subpanel) |
119
+ | `<switch />` | [`SwitchProps`](#switchprops-switch) |
120
+ | `<symbol />` | [`SymbolProps`](#symbolprops-symbol) |
121
+ | `<testpoint />` | [`TestpointProps`](#testpointprops-testpoint) |
122
+ | `<toolingrail />` | [`ToolingrailProps`](#toolingrailprops-toolingrail) |
123
+ | `<trace />` | [`TraceProps`](#traceprops-trace) |
124
+ | `<tracehint />` | [`TraceHintProps`](#tracehintprops-tracehint) |
125
+ | `<transistor />` | [`TransistorProps`](#transistorprops-transistor) |
126
+ | `<via />` | [`ViaProps`](#viaprops-via) |
127
+ | `<voltageprobe />` | [`VoltageProbeProps`](#voltageprobeprops-voltageprobe) |
128
+ | `<voltagesource />` | [`VoltageSourceProps`](#voltagesourceprops-voltagesource) |
123
129
 
124
130
  <!-- COMPONENT_TABLE_END -->
125
131
 
@@ -228,6 +234,51 @@ export interface AmmeterProps<
228
234
 
229
235
  [Source](https://github.com/tscircuit/props/blob/main/lib/components/ammeter.ts)
230
236
 
237
+ ### AnalogAcSweepSimulationProps `<analog.acsweepsimulation />`
238
+
239
+ ```ts
240
+ export interface AnalogAcSweepSimulationProps extends AnalogAnalysisSimulationBaseProps {
241
+ /** Frequency spacing used by the AC analysis. */
242
+ sweepType: "linear" | "decade" | "octave";
243
+ /** First positive frequency. Raw numbers are hertz. */
244
+ startFrequency: number | string;
245
+ /** Last frequency, which must be greater than startFrequency. Raw numbers are hertz. */
246
+ stopFrequency: number | string;
247
+ /** Samples per decade or octave; required for non-linear sweeps. */
248
+ samplesPerInterval?: number;
249
+ /** Total samples; required for linear sweeps. */
250
+ sampleCount?: number;
251
+ }
252
+ ```
253
+
254
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogacsweepsimulation.ts)
255
+
256
+ ### AnalogDcOperatingPointSimulationProps `<analog.dcoperatingpointsimulation />`
257
+
258
+ ```ts
259
+ export type AnalogDcOperatingPointSimulationProps =
260
+ AnalogAnalysisSimulationBaseProps;
261
+ ```
262
+
263
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogdcoperatingpointsimulation.ts)
264
+
265
+ ### AnalogDcSweepSimulationProps `<analog.dcsweepsimulation />`
266
+
267
+ ```ts
268
+ export interface AnalogDcSweepSimulationProps extends AnalogAnalysisSimulationBaseProps {
269
+ /** Selector for the independent voltage or current source being swept. */
270
+ sweepSource: string;
271
+ /** First source level. Raw numbers use volts or amperes according to the source. */
272
+ sweepStart: number | string;
273
+ /** Last source level. Raw numbers use volts or amperes according to the source. */
274
+ sweepStop: number | string;
275
+ /** Nonzero increment directed from sweepStart toward sweepStop. */
276
+ sweepStep: number | string;
277
+ }
278
+ ```
279
+
280
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogdcsweepsimulation.ts)
281
+
231
282
  ### AnalogSimulationProps `<analogsimulation />`
232
283
 
233
284
  ```ts
@@ -245,6 +296,33 @@ export interface AnalogSimulationProps {
245
296
 
246
297
  [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogsimulation.ts)
247
298
 
299
+ ### AnalogResistanceSweepParameterProps `<analog.sweepparameter />`
300
+
301
+ ```ts
302
+ export interface AnalogResistanceSweepParameterProps extends AnalogSweepCoordinatesProps {
303
+ parameterType: "resistance";
304
+ /** Selector for the resistor whose simulation-only resistance is swept. */
305
+ resistorRef: string;
306
+ }
307
+ ```
308
+
309
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogsweepparameter.ts)
310
+
311
+ ### AnalogTransientSimulationProps `<analog.transientsimulation />`
312
+
313
+ ```ts
314
+ export interface AnalogTransientSimulationProps extends AnalogAnalysisSimulationBaseProps {
315
+ /** Simulation duration. Raw numbers are milliseconds. Defaults to 10ms. */
316
+ duration?: number | string;
317
+ /** Time at which recording starts. Raw numbers are milliseconds. Defaults to 0ms. */
318
+ startTime?: number | string;
319
+ /** Maximum simulation timestep. Raw numbers are milliseconds. Defaults to 0.01ms. */
320
+ timePerStep?: number | string;
321
+ }
322
+ ```
323
+
324
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogtransientsimulation.ts)
325
+
248
326
  ### AutoroutingPhaseProps `<autoroutingphase />`
249
327
 
250
328
  ```ts
@@ -600,6 +678,10 @@ export interface CurrentSourceProps<
600
678
  waveShape?: WaveShape;
601
679
  phase?: number | string;
602
680
  dutyCycle?: number | string;
681
+ /** Small-signal AC magnitude. Raw numbers are amperes. */
682
+ acMagnitude?: number | string;
683
+ /** Small-signal AC phase. Raw numbers are degrees. */
684
+ acPhase?: number | string;
603
685
  connections?: Connections<CurrentSourcePinLabels>;
604
686
  }
605
687
  ```
@@ -1691,6 +1773,30 @@ export interface SchematicSheetProps {
1691
1773
 
1692
1774
  [Source](https://github.com/tscircuit/props/blob/main/lib/components/schematic-sheet.ts)
1693
1775
 
1776
+ ### SchematicSymbolProps `<schematicsymbol />`
1777
+
1778
+ ```ts
1779
+ export interface SchematicSymbolProps {
1780
+ /** Stable name for this representation, such as `A` or `B`. */
1781
+ name: string;
1782
+ /** Optional human-facing name shown in the schematic. */
1783
+ displayName?: string;
1784
+ /** Selector for the physical component represented by this symbol. */
1785
+ chipRef?: string;
1786
+ /** Name of the symbol from the schematic-symbol library. */
1787
+ symbolName: string;
1788
+ /** Maps symbol port labels to physical component port selectors. */
1789
+ connections?: Connections;
1790
+ schX?: Distance;
1791
+ schY?: Distance;
1792
+ schRotation?: number | string;
1793
+ schSectionName?: string;
1794
+ schSheetName?: string;
1795
+ }
1796
+ ```
1797
+
1798
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/schematic-symbol.ts)
1799
+
1694
1800
  ### SchematicTableProps `<schematictable />`
1695
1801
 
1696
1802
  ```ts
@@ -2064,6 +2170,10 @@ export interface VoltageSourceProps<
2064
2170
  fallTime?: number | string;
2065
2171
  pulseWidth?: number | string;
2066
2172
  period?: number | string;
2173
+ /** Small-signal AC magnitude. Raw numbers are volts. */
2174
+ acMagnitude?: number | string;
2175
+ /** Small-signal AC phase. Raw numbers are degrees. */
2176
+ acPhase?: number | string;
2067
2177
  connections?: Connections<VoltageSourcePinLabels>;
2068
2178
  }
2069
2179
  ```