@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 +199 -101
- package/dist/index.d.ts +779 -3
- package/dist/index.js +663 -423
- package/dist/index.js.map +1 -1
- package/lib/components/analogacsweepsimulation.ts +85 -0
- package/lib/components/analogdcoperatingpointsimulation.ts +18 -0
- package/lib/components/analogdcsweepsimulation.ts +50 -0
- package/lib/components/analogsimulation.ts +22 -0
- package/lib/components/analogsweepparameter.ts +213 -0
- package/lib/components/analogtransientsimulation.ts +47 -0
- package/lib/components/bus.ts +20 -0
- package/lib/components/currentsource.ts +6 -0
- package/lib/components/voltagesource.ts +6 -0
- package/lib/index.ts +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,107 +20,113 @@ resistorProps.parse({ resistance: "10k" } as ResistorPropsInput);
|
|
|
20
20
|
|
|
21
21
|
## Available Components
|
|
22
22
|
|
|
23
|
-
| Component
|
|
24
|
-
|
|
|
25
|
-
| `<ammeter />`
|
|
26
|
-
| `<
|
|
27
|
-
| `<
|
|
28
|
-
| `<
|
|
29
|
-
| `<
|
|
30
|
-
| `<
|
|
31
|
-
| `<
|
|
32
|
-
| `<
|
|
33
|
-
| `<
|
|
34
|
-
| `<
|
|
35
|
-
| `<
|
|
36
|
-
| `<
|
|
37
|
-
| `<
|
|
38
|
-
| `<
|
|
39
|
-
| `<
|
|
40
|
-
| `<
|
|
41
|
-
| `<
|
|
42
|
-
| `<
|
|
43
|
-
| `<
|
|
44
|
-
| `<
|
|
45
|
-
| `<
|
|
46
|
-
| `<
|
|
47
|
-
| `<
|
|
48
|
-
| `<
|
|
49
|
-
| `<
|
|
50
|
-
| `<
|
|
51
|
-
| `<
|
|
52
|
-
| `<
|
|
53
|
-
| `<
|
|
54
|
-
| `<
|
|
55
|
-
| `<
|
|
56
|
-
| `<
|
|
57
|
-
| `<
|
|
58
|
-
| `<
|
|
59
|
-
| `<
|
|
60
|
-
| `<
|
|
61
|
-
| `<
|
|
62
|
-
| `<
|
|
63
|
-
| `<
|
|
64
|
-
| `<
|
|
65
|
-
| `<
|
|
66
|
-
| `<
|
|
67
|
-
| `<
|
|
68
|
-
| `<
|
|
69
|
-
| `<
|
|
70
|
-
| `<
|
|
71
|
-
| `<
|
|
72
|
-
| `<
|
|
73
|
-
| `<
|
|
74
|
-
| `<
|
|
75
|
-
| `<
|
|
76
|
-
| `<
|
|
77
|
-
| `<
|
|
78
|
-
| `<
|
|
79
|
-
| `<
|
|
80
|
-
| `<
|
|
81
|
-
| `<
|
|
82
|
-
| `<
|
|
83
|
-
| `<
|
|
84
|
-
| `<
|
|
85
|
-
| `<
|
|
86
|
-
| `<
|
|
87
|
-
| `<
|
|
88
|
-
| `<
|
|
89
|
-
| `<
|
|
90
|
-
| `<
|
|
91
|
-
| `<
|
|
92
|
-
| `<
|
|
93
|
-
| `<
|
|
94
|
-
| `<
|
|
95
|
-
| `<
|
|
96
|
-
| `<
|
|
97
|
-
| `<
|
|
98
|
-
| `<
|
|
99
|
-
| `<
|
|
100
|
-
| `<
|
|
101
|
-
| `<
|
|
102
|
-
| `<
|
|
103
|
-
| `<
|
|
104
|
-
| `<
|
|
105
|
-
| `<
|
|
106
|
-
| `<
|
|
107
|
-
| `<
|
|
108
|
-
| `<
|
|
109
|
-
| `<
|
|
110
|
-
| `<
|
|
111
|
-
| `<
|
|
112
|
-
| `<
|
|
113
|
-
| `<
|
|
114
|
-
| `<
|
|
115
|
-
| `<
|
|
116
|
-
| `<
|
|
117
|
-
| `<
|
|
118
|
-
| `<
|
|
119
|
-
| `<
|
|
120
|
-
| `<
|
|
121
|
-
| `<
|
|
122
|
-
| `<
|
|
123
|
-
| `<
|
|
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
|
```
|