@tscircuit/props 0.0.591 → 0.0.593

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,107 +20,113 @@ 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
- | `<schematicsymbol />` | [`SchematicSymbolProps`](#schematicsymbolprops-schematicsymbol) |
99
- | `<schematictable />` | [`SchematicTableProps`](#schematictableprops-schematictable) |
100
- | `<schematictext />` | [`SchematicTextProps`](#schematictextprops-schematictext) |
101
- | `<silkscreencircle />` | [`SilkscreenCircleProps`](#silkscreencircleprops-silkscreencircle) |
102
- | `<silkscreengraphic />` | [`SilkscreenGraphicProps`](#silkscreengraphicprops-silkscreengraphic) |
103
- | `<silkscreenline />` | [`SilkscreenLineProps`](#silkscreenlineprops-silkscreenline) |
104
- | `<silkscreenpath />` | [`SilkscreenPathProps`](#silkscreenpathprops-silkscreenpath) |
105
- | `<silkscreenrect />` | [`SilkscreenRectProps`](#silkscreenrectprops-silkscreenrect) |
106
- | `<silkscreentext />` | [`SilkscreenTextProps`](#silkscreentextprops-silkscreentext) |
107
- | `<smtpad />` | [`RectSmtPadProps`](#rectsmtpadprops-smtpad) |
108
- | `<solderjumper />` | [`SolderJumperProps`](#solderjumperprops-solderjumper) |
109
- | `<solderpaste />` | [`RectSolderPasteProps`](#rectsolderpasteprops-solderpaste) |
110
- | `<spicemodel />` | [`SpiceModelProps`](#spicemodelprops-spicemodel) |
111
- | `<stampboard />` | [`StampboardProps`](#stampboardprops-stampboard) |
112
- | `<subcircuit />` | [`SubcircuitProps`](#subcircuitprops-subcircuit) |
113
- | `<subpanel />` | [`SubpanelProps`](#subpanelprops-subpanel) |
114
- | `<switch />` | [`SwitchProps`](#switchprops-switch) |
115
- | `<symbol />` | [`SymbolProps`](#symbolprops-symbol) |
116
- | `<testpoint />` | [`TestpointProps`](#testpointprops-testpoint) |
117
- | `<toolingrail />` | [`ToolingrailProps`](#toolingrailprops-toolingrail) |
118
- | `<trace />` | [`TraceProps`](#traceprops-trace) |
119
- | `<tracehint />` | [`TraceHintProps`](#tracehintprops-tracehint) |
120
- | `<transistor />` | [`TransistorProps`](#transistorprops-transistor) |
121
- | `<via />` | [`ViaProps`](#viaprops-via) |
122
- | `<voltageprobe />` | [`VoltageProbeProps`](#voltageprobeprops-voltageprobe) |
123
- | `<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
+ | `<bus />` | [`BusProps`](#busprops-bus) |
38
+ | `<cadassembly />` | [`CadAssemblyProps`](#cadassemblyprops-cadassembly) |
39
+ | `<cadmodel />` | [`CadModelProps`](#cadmodelprops-cadmodel) |
40
+ | `<capacitor />` | [`CapacitorProps`](#capacitorprops-capacitor) |
41
+ | `<chip />` | [`ChipProps`](#chipprops-chip) |
42
+ | `<connector />` | [`ConnectorProps`](#connectorprops-connector) |
43
+ | `<constrainedlayout />` | [`ConstrainedLayoutProps`](#constrainedlayoutprops-constrainedlayout) |
44
+ | `<constraint />` | [`ConstraintProps`](#constraintprops-constraint) |
45
+ | `<copperpour />` | [`CopperPourProps`](#copperpourprops-copperpour) |
46
+ | `<coppertext />` | [`CopperTextProps`](#coppertextprops-coppertext) |
47
+ | `<courtyardcircle />` | [`CourtyardCircleProps`](#courtyardcircleprops-courtyardcircle) |
48
+ | `<courtyardoutline />` | [`CourtyardOutlineProps`](#courtyardoutlineprops-courtyardoutline) |
49
+ | `<courtyardpill />` | [`CourtyardPillProps`](#courtyardpillprops-courtyardpill) |
50
+ | `<courtyardrect />` | [`CourtyardRectProps`](#courtyardrectprops-courtyardrect) |
51
+ | `<crystal />` | [`CrystalProps`](#crystalprops-crystal) |
52
+ | `<currentsource />` | [`CurrentSourceProps`](#currentsourceprops-currentsource) |
53
+ | `<cutout />` | [`RectCutoutProps`](#rectcutoutprops-cutout) |
54
+ | `<differentialpair />` | [`DifferentialPairProps`](#differentialpairprops-differentialpair) |
55
+ | `<diode />` | [`DiodeProps`](#diodeprops-diode) |
56
+ | `<drccheck />` | [`DrcCheckProps`](#drccheckprops-drccheck) |
57
+ | `<fabricationnotedimension />` | [`FabricationNoteDimensionProps`](#fabricationnotedimensionprops-fabricationnotedimension) |
58
+ | `<fabricationnotepath />` | [`FabricationNotePathProps`](#fabricationnotepathprops-fabricationnotepath) |
59
+ | `<fabricationnoterect />` | [`FabricationNoteRectProps`](#fabricationnoterectprops-fabricationnoterect) |
60
+ | `<fabricationnotetext />` | [`FabricationNoteTextProps`](#fabricationnotetextprops-fabricationnotetext) |
61
+ | `<fiducial />` | [`FiducialProps`](#fiducialprops-fiducial) |
62
+ | `<footprint />` | [`FootprintProps`](#footprintprops-footprint) |
63
+ | `<fuse />` | [`FuseProps`](#fuseprops-fuse) |
64
+ | `<group />` | [`BaseGroupProps`](#basegroupprops-group) |
65
+ | `<hole />` | [`CircleHoleProps`](#circleholeprops-hole) |
66
+ | `<inductor />` | [`InductorProps`](#inductorprops-inductor) |
67
+ | `<interconnect />` | [`InterconnectProps`](#interconnectprops-interconnect) |
68
+ | `<internalcircuit />` | [`InternalCircuitProps`](#internalcircuitprops-internalcircuit) |
69
+ | `<jumper />` | [`JumperProps`](#jumperprops-jumper) |
70
+ | `<led />` | [`LedProps`](#ledprops-led) |
71
+ | `<mosfet />` | [`MosfetProps`](#mosfetprops-mosfet) |
72
+ | `<mountedboard />` | [`MountedBoardProps`](#mountedboardprops-mountedboard) |
73
+ | `<net />` | [`NetProps`](#netprops-net) |
74
+ | `<netalias />` | [`NetAliasProps`](#netaliasprops-netalias) |
75
+ | `<netlabel />` | [`NetLabelProps`](#netlabelprops-netlabel) |
76
+ | `<opamp />` | [`OpAmpProps`](#opampprops-opamp) |
77
+ | `<panel />` | [`PanelProps`](#panelprops-panel) |
78
+ | `<pcbkeepout />` | [`PcbKeepoutProps`](#pcbkeepoutprops-pcbkeepout) |
79
+ | `<pcbnotedimension />` | [`PcbNoteDimensionProps`](#pcbnotedimensionprops-pcbnotedimension) |
80
+ | `<pcbnoteline />` | [`PcbNoteLineProps`](#pcbnotelineprops-pcbnoteline) |
81
+ | `<pcbnotepath />` | [`PcbNotePathProps`](#pcbnotepathprops-pcbnotepath) |
82
+ | `<pcbnoterect />` | [`PcbNoteRectProps`](#pcbnoterectprops-pcbnoterect) |
83
+ | `<pcbnotetext />` | [`PcbNoteTextProps`](#pcbnotetextprops-pcbnotetext) |
84
+ | `<pcbtrace />` | [`PcbTraceProps`](#pcbtraceprops-pcbtrace) |
85
+ | `<pinheader />` | [`PinHeaderProps`](#pinheaderprops-pinheader) |
86
+ | `<pinout />` | [`PinoutProps`](#pinoutprops-pinout) |
87
+ | `<platedhole />` | [`CirclePlatedHoleProps`](#circleplatedholeprops-platedhole) |
88
+ | `<port />` | [`PortProps`](#portprops-port) |
89
+ | `<potentiometer />` | [`PotentiometerProps`](#potentiometerprops-potentiometer) |
90
+ | `<powersource />` | [`PowerSourceProps`](#powersourceprops-powersource) |
91
+ | `<pushbutton />` | [`PushButtonProps`](#pushbuttonprops-pushbutton) |
92
+ | `<resistor />` | [`ResistorProps`](#resistorprops-resistor) |
93
+ | `<resonator />` | [`ResonatorProps`](#resonatorprops-resonator) |
94
+ | `<schematicarc />` | [`SchematicArcProps`](#schematicarcprops-schematicarc) |
95
+ | `<schematicbox />` | [`SchematicBoxProps`](#schematicboxprops-schematicbox) |
96
+ | `<schematiccell />` | [`SchematicCellProps`](#schematiccellprops-schematiccell) |
97
+ | `<schematiccircle />` | [`SchematicCircleProps`](#schematiccircleprops-schematiccircle) |
98
+ | `<schematicline />` | [`SchematicLineProps`](#schematiclineprops-schematicline) |
99
+ | `<schematicpath />` | [`SchematicPathProps`](#schematicpathprops-schematicpath) |
100
+ | `<schematicrect />` | [`SchematicRectProps`](#schematicrectprops-schematicrect) |
101
+ | `<schematicrow />` | [`SchematicRowProps`](#schematicrowprops-schematicrow) |
102
+ | `<schematicsection />` | [`SchematicSectionProps`](#schematicsectionprops-schematicsection) |
103
+ | `<schematicsheet />` | [`SchematicSheetProps`](#schematicsheetprops-schematicsheet) |
104
+ | `<schematicsymbol />` | [`SchematicSymbolProps`](#schematicsymbolprops-schematicsymbol) |
105
+ | `<schematictable />` | [`SchematicTableProps`](#schematictableprops-schematictable) |
106
+ | `<schematictext />` | [`SchematicTextProps`](#schematictextprops-schematictext) |
107
+ | `<silkscreencircle />` | [`SilkscreenCircleProps`](#silkscreencircleprops-silkscreencircle) |
108
+ | `<silkscreengraphic />` | [`SilkscreenGraphicProps`](#silkscreengraphicprops-silkscreengraphic) |
109
+ | `<silkscreenline />` | [`SilkscreenLineProps`](#silkscreenlineprops-silkscreenline) |
110
+ | `<silkscreenpath />` | [`SilkscreenPathProps`](#silkscreenpathprops-silkscreenpath) |
111
+ | `<silkscreenrect />` | [`SilkscreenRectProps`](#silkscreenrectprops-silkscreenrect) |
112
+ | `<silkscreentext />` | [`SilkscreenTextProps`](#silkscreentextprops-silkscreentext) |
113
+ | `<smtpad />` | [`RectSmtPadProps`](#rectsmtpadprops-smtpad) |
114
+ | `<solderjumper />` | [`SolderJumperProps`](#solderjumperprops-solderjumper) |
115
+ | `<solderpaste />` | [`RectSolderPasteProps`](#rectsolderpasteprops-solderpaste) |
116
+ | `<spicemodel />` | [`SpiceModelProps`](#spicemodelprops-spicemodel) |
117
+ | `<stampboard />` | [`StampboardProps`](#stampboardprops-stampboard) |
118
+ | `<subcircuit />` | [`SubcircuitProps`](#subcircuitprops-subcircuit) |
119
+ | `<subpanel />` | [`SubpanelProps`](#subpanelprops-subpanel) |
120
+ | `<switch />` | [`SwitchProps`](#switchprops-switch) |
121
+ | `<symbol />` | [`SymbolProps`](#symbolprops-symbol) |
122
+ | `<testpoint />` | [`TestpointProps`](#testpointprops-testpoint) |
123
+ | `<toolingrail />` | [`ToolingrailProps`](#toolingrailprops-toolingrail) |
124
+ | `<trace />` | [`TraceProps`](#traceprops-trace) |
125
+ | `<tracehint />` | [`TraceHintProps`](#tracehintprops-tracehint) |
126
+ | `<transistor />` | [`TransistorProps`](#transistorprops-transistor) |
127
+ | `<via />` | [`ViaProps`](#viaprops-via) |
128
+ | `<voltageprobe />` | [`VoltageProbeProps`](#voltageprobeprops-voltageprobe) |
129
+ | `<voltagesource />` | [`VoltageSourceProps`](#voltagesourceprops-voltagesource) |
124
130
 
125
131
  <!-- COMPONENT_TABLE_END -->
126
132
 
@@ -229,6 +235,51 @@ export interface AmmeterProps<
229
235
 
230
236
  [Source](https://github.com/tscircuit/props/blob/main/lib/components/ammeter.ts)
231
237
 
238
+ ### AnalogAcSweepSimulationProps `<analog.acsweepsimulation />`
239
+
240
+ ```ts
241
+ export interface AnalogAcSweepSimulationProps extends AnalogAnalysisSimulationBaseProps {
242
+ /** Frequency spacing used by the AC analysis. */
243
+ sweepType: "linear" | "decade" | "octave";
244
+ /** First positive frequency. Raw numbers are hertz. */
245
+ startFrequency: number | string;
246
+ /** Last frequency, which must be greater than startFrequency. Raw numbers are hertz. */
247
+ stopFrequency: number | string;
248
+ /** Samples per decade or octave; required for non-linear sweeps. */
249
+ samplesPerInterval?: number;
250
+ /** Total samples; required for linear sweeps. */
251
+ sampleCount?: number;
252
+ }
253
+ ```
254
+
255
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogacsweepsimulation.ts)
256
+
257
+ ### AnalogDcOperatingPointSimulationProps `<analog.dcoperatingpointsimulation />`
258
+
259
+ ```ts
260
+ export type AnalogDcOperatingPointSimulationProps =
261
+ AnalogAnalysisSimulationBaseProps;
262
+ ```
263
+
264
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogdcoperatingpointsimulation.ts)
265
+
266
+ ### AnalogDcSweepSimulationProps `<analog.dcsweepsimulation />`
267
+
268
+ ```ts
269
+ export interface AnalogDcSweepSimulationProps extends AnalogAnalysisSimulationBaseProps {
270
+ /** Selector for the independent voltage or current source being swept. */
271
+ sweepSource: string;
272
+ /** First source level. Raw numbers use volts or amperes according to the source. */
273
+ sweepStart: number | string;
274
+ /** Last source level. Raw numbers use volts or amperes according to the source. */
275
+ sweepStop: number | string;
276
+ /** Nonzero increment directed from sweepStart toward sweepStop. */
277
+ sweepStep: number | string;
278
+ }
279
+ ```
280
+
281
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogdcsweepsimulation.ts)
282
+
232
283
  ### AnalogSimulationProps `<analogsimulation />`
233
284
 
234
285
  ```ts
@@ -246,6 +297,33 @@ export interface AnalogSimulationProps {
246
297
 
247
298
  [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogsimulation.ts)
248
299
 
300
+ ### AnalogResistanceSweepParameterProps `<analog.sweepparameter />`
301
+
302
+ ```ts
303
+ export interface AnalogResistanceSweepParameterProps extends AnalogSweepCoordinatesProps {
304
+ parameterType: "resistance";
305
+ /** Selector for the resistor whose simulation-only resistance is swept. */
306
+ resistorRef: string;
307
+ }
308
+ ```
309
+
310
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogsweepparameter.ts)
311
+
312
+ ### AnalogTransientSimulationProps `<analog.transientsimulation />`
313
+
314
+ ```ts
315
+ export interface AnalogTransientSimulationProps extends AnalogAnalysisSimulationBaseProps {
316
+ /** Simulation duration. Raw numbers are milliseconds. Defaults to 10ms. */
317
+ duration?: number | string;
318
+ /** Time at which recording starts. Raw numbers are milliseconds. Defaults to 0ms. */
319
+ startTime?: number | string;
320
+ /** Maximum simulation timestep. Raw numbers are milliseconds. Defaults to 0.01ms. */
321
+ timePerStep?: number | string;
322
+ }
323
+ ```
324
+
325
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/analogtransientsimulation.ts)
326
+
249
327
  ### AutoroutingPhaseProps `<autoroutingphase />`
250
328
 
251
329
  ```ts
@@ -352,6 +430,18 @@ export interface BreakoutPointProps extends Omit<
352
430
 
353
431
  [Source](https://github.com/tscircuit/props/blob/main/lib/components/breakoutpoint.ts)
354
432
 
433
+ ### BusProps `<bus />`
434
+
435
+ ```ts
436
+ export interface BusProps {
437
+ name?: string;
438
+ /** Trace names or port selectors for the connections in the bus. */
439
+ connections: string[];
440
+ }
441
+ ```
442
+
443
+ [Source](https://github.com/tscircuit/props/blob/main/lib/components/bus.ts)
444
+
355
445
  ### CadAssemblyProps `<cadassembly />`
356
446
 
357
447
  ```ts
@@ -601,6 +691,10 @@ export interface CurrentSourceProps<
601
691
  waveShape?: WaveShape;
602
692
  phase?: number | string;
603
693
  dutyCycle?: number | string;
694
+ /** Small-signal AC magnitude. Raw numbers are amperes. */
695
+ acMagnitude?: number | string;
696
+ /** Small-signal AC phase. Raw numbers are degrees. */
697
+ acPhase?: number | string;
604
698
  connections?: Connections<CurrentSourcePinLabels>;
605
699
  }
606
700
  ```
@@ -2089,6 +2183,10 @@ export interface VoltageSourceProps<
2089
2183
  fallTime?: number | string;
2090
2184
  pulseWidth?: number | string;
2091
2185
  period?: number | string;
2186
+ /** Small-signal AC magnitude. Raw numbers are volts. */
2187
+ acMagnitude?: number | string;
2188
+ /** Small-signal AC phase. Raw numbers are degrees. */
2189
+ acPhase?: number | string;
2092
2190
  connections?: Connections<VoltageSourcePinLabels>;
2093
2191
  }
2094
2192
  ```