@tscircuit/eval 0.0.948 → 0.0.950
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/dist/blob-url.js +1 -1
- package/dist/eval/index.d.ts +118 -116
- package/dist/lib/index.d.ts +118 -116
- package/dist/webworker/entrypoint.js +15 -12
- package/package.json +7 -7
package/dist/eval/index.d.ts
CHANGED
|
@@ -228,10 +228,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
228
228
|
resistance: number;
|
|
229
229
|
subcircuit_id?: string | undefined;
|
|
230
230
|
source_group_id?: string | undefined;
|
|
231
|
+
display_name?: string | undefined;
|
|
231
232
|
manufacturer_part_number?: string | undefined;
|
|
232
233
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
233
234
|
display_value?: string | undefined;
|
|
234
|
-
display_name?: string | undefined;
|
|
235
235
|
are_pins_interchangeable?: boolean | undefined;
|
|
236
236
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
237
237
|
display_resistance?: string | undefined;
|
|
@@ -243,10 +243,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
243
243
|
capacitance: number;
|
|
244
244
|
subcircuit_id?: string | undefined;
|
|
245
245
|
source_group_id?: string | undefined;
|
|
246
|
+
display_name?: string | undefined;
|
|
246
247
|
manufacturer_part_number?: string | undefined;
|
|
247
248
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
248
249
|
display_value?: string | undefined;
|
|
249
|
-
display_name?: string | undefined;
|
|
250
250
|
are_pins_interchangeable?: boolean | undefined;
|
|
251
251
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
252
252
|
max_voltage_rating?: number | undefined;
|
|
@@ -259,10 +259,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
259
259
|
ftype: "simple_diode";
|
|
260
260
|
subcircuit_id?: string | undefined;
|
|
261
261
|
source_group_id?: string | undefined;
|
|
262
|
+
display_name?: string | undefined;
|
|
262
263
|
manufacturer_part_number?: string | undefined;
|
|
263
264
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
264
265
|
display_value?: string | undefined;
|
|
265
|
-
display_name?: string | undefined;
|
|
266
266
|
are_pins_interchangeable?: boolean | undefined;
|
|
267
267
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
268
268
|
} | {
|
|
@@ -272,10 +272,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
272
272
|
ftype: "simple_fiducial";
|
|
273
273
|
subcircuit_id?: string | undefined;
|
|
274
274
|
source_group_id?: string | undefined;
|
|
275
|
+
display_name?: string | undefined;
|
|
275
276
|
manufacturer_part_number?: string | undefined;
|
|
276
277
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
277
278
|
display_value?: string | undefined;
|
|
278
|
-
display_name?: string | undefined;
|
|
279
279
|
are_pins_interchangeable?: boolean | undefined;
|
|
280
280
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
281
281
|
} | {
|
|
@@ -286,10 +286,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
286
286
|
subcircuit_id?: string | undefined;
|
|
287
287
|
color?: string | undefined;
|
|
288
288
|
source_group_id?: string | undefined;
|
|
289
|
+
display_name?: string | undefined;
|
|
289
290
|
manufacturer_part_number?: string | undefined;
|
|
290
291
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
291
292
|
display_value?: string | undefined;
|
|
292
|
-
display_name?: string | undefined;
|
|
293
293
|
are_pins_interchangeable?: boolean | undefined;
|
|
294
294
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
295
295
|
wavelength?: string | undefined;
|
|
@@ -300,10 +300,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
300
300
|
ftype: "simple_ground";
|
|
301
301
|
subcircuit_id?: string | undefined;
|
|
302
302
|
source_group_id?: string | undefined;
|
|
303
|
+
display_name?: string | undefined;
|
|
303
304
|
manufacturer_part_number?: string | undefined;
|
|
304
305
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
305
306
|
display_value?: string | undefined;
|
|
306
|
-
display_name?: string | undefined;
|
|
307
307
|
are_pins_interchangeable?: boolean | undefined;
|
|
308
308
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
309
309
|
} | {
|
|
@@ -313,10 +313,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
313
313
|
ftype: "simple_chip";
|
|
314
314
|
subcircuit_id?: string | undefined;
|
|
315
315
|
source_group_id?: string | undefined;
|
|
316
|
+
display_name?: string | undefined;
|
|
316
317
|
manufacturer_part_number?: string | undefined;
|
|
317
318
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
318
319
|
display_value?: string | undefined;
|
|
319
|
-
display_name?: string | undefined;
|
|
320
320
|
are_pins_interchangeable?: boolean | undefined;
|
|
321
321
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
322
322
|
} | {
|
|
@@ -327,10 +327,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
327
327
|
ftype: "simple_power_source";
|
|
328
328
|
subcircuit_id?: string | undefined;
|
|
329
329
|
source_group_id?: string | undefined;
|
|
330
|
+
display_name?: string | undefined;
|
|
330
331
|
manufacturer_part_number?: string | undefined;
|
|
331
332
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
332
333
|
display_value?: string | undefined;
|
|
333
|
-
display_name?: string | undefined;
|
|
334
334
|
are_pins_interchangeable?: boolean | undefined;
|
|
335
335
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
336
336
|
} | {
|
|
@@ -346,10 +346,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
346
346
|
phase?: number | undefined;
|
|
347
347
|
duty_cycle?: number | undefined;
|
|
348
348
|
peak_to_peak_current?: number | undefined;
|
|
349
|
+
display_name?: string | undefined;
|
|
349
350
|
manufacturer_part_number?: string | undefined;
|
|
350
351
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
351
352
|
display_value?: string | undefined;
|
|
352
|
-
display_name?: string | undefined;
|
|
353
353
|
are_pins_interchangeable?: boolean | undefined;
|
|
354
354
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
355
355
|
} | {
|
|
@@ -359,10 +359,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
359
359
|
ftype: "simple_ammeter";
|
|
360
360
|
subcircuit_id?: string | undefined;
|
|
361
361
|
source_group_id?: string | undefined;
|
|
362
|
+
display_name?: string | undefined;
|
|
362
363
|
manufacturer_part_number?: string | undefined;
|
|
363
364
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
364
365
|
display_value?: string | undefined;
|
|
365
|
-
display_name?: string | undefined;
|
|
366
366
|
are_pins_interchangeable?: boolean | undefined;
|
|
367
367
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
368
368
|
} | {
|
|
@@ -373,10 +373,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
373
373
|
capacity: number;
|
|
374
374
|
subcircuit_id?: string | undefined;
|
|
375
375
|
source_group_id?: string | undefined;
|
|
376
|
+
display_name?: string | undefined;
|
|
376
377
|
manufacturer_part_number?: string | undefined;
|
|
377
378
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
378
379
|
display_value?: string | undefined;
|
|
379
|
-
display_name?: string | undefined;
|
|
380
380
|
are_pins_interchangeable?: boolean | undefined;
|
|
381
381
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
382
382
|
} | {
|
|
@@ -387,10 +387,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
387
387
|
inductance: number;
|
|
388
388
|
subcircuit_id?: string | undefined;
|
|
389
389
|
source_group_id?: string | undefined;
|
|
390
|
+
display_name?: string | undefined;
|
|
390
391
|
manufacturer_part_number?: string | undefined;
|
|
391
392
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
392
393
|
display_value?: string | undefined;
|
|
393
|
-
display_name?: string | undefined;
|
|
394
394
|
are_pins_interchangeable?: boolean | undefined;
|
|
395
395
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
396
396
|
display_inductance?: string | undefined;
|
|
@@ -402,10 +402,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
402
402
|
ftype: "simple_push_button";
|
|
403
403
|
subcircuit_id?: string | undefined;
|
|
404
404
|
source_group_id?: string | undefined;
|
|
405
|
+
display_name?: string | undefined;
|
|
405
406
|
manufacturer_part_number?: string | undefined;
|
|
406
407
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
407
408
|
display_value?: string | undefined;
|
|
408
|
-
display_name?: string | undefined;
|
|
409
409
|
are_pins_interchangeable?: boolean | undefined;
|
|
410
410
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
411
411
|
} | {
|
|
@@ -416,10 +416,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
416
416
|
max_resistance: number;
|
|
417
417
|
subcircuit_id?: string | undefined;
|
|
418
418
|
source_group_id?: string | undefined;
|
|
419
|
+
display_name?: string | undefined;
|
|
419
420
|
manufacturer_part_number?: string | undefined;
|
|
420
421
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
421
422
|
display_value?: string | undefined;
|
|
422
|
-
display_name?: string | undefined;
|
|
423
423
|
are_pins_interchangeable?: boolean | undefined;
|
|
424
424
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
425
425
|
display_max_resistance?: string | undefined;
|
|
@@ -431,10 +431,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
431
431
|
ftype: "simple_crystal";
|
|
432
432
|
subcircuit_id?: string | undefined;
|
|
433
433
|
source_group_id?: string | undefined;
|
|
434
|
+
display_name?: string | undefined;
|
|
434
435
|
manufacturer_part_number?: string | undefined;
|
|
435
436
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
436
437
|
display_value?: string | undefined;
|
|
437
|
-
display_name?: string | undefined;
|
|
438
438
|
are_pins_interchangeable?: boolean | undefined;
|
|
439
439
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
440
440
|
load_capacitance?: number | undefined;
|
|
@@ -448,10 +448,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
448
448
|
gender: "male" | "female";
|
|
449
449
|
subcircuit_id?: string | undefined;
|
|
450
450
|
source_group_id?: string | undefined;
|
|
451
|
+
display_name?: string | undefined;
|
|
451
452
|
manufacturer_part_number?: string | undefined;
|
|
452
453
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
453
454
|
display_value?: string | undefined;
|
|
454
|
-
display_name?: string | undefined;
|
|
455
455
|
are_pins_interchangeable?: boolean | undefined;
|
|
456
456
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
457
457
|
} | {
|
|
@@ -461,10 +461,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
461
461
|
ftype: "simple_connector";
|
|
462
462
|
subcircuit_id?: string | undefined;
|
|
463
463
|
source_group_id?: string | undefined;
|
|
464
|
+
display_name?: string | undefined;
|
|
464
465
|
manufacturer_part_number?: string | undefined;
|
|
465
466
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
466
467
|
display_value?: string | undefined;
|
|
467
|
-
display_name?: string | undefined;
|
|
468
468
|
are_pins_interchangeable?: boolean | undefined;
|
|
469
469
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
470
470
|
standard?: "usb_c" | "m2" | undefined;
|
|
@@ -475,10 +475,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
475
475
|
ftype: "simple_pinout";
|
|
476
476
|
subcircuit_id?: string | undefined;
|
|
477
477
|
source_group_id?: string | undefined;
|
|
478
|
+
display_name?: string | undefined;
|
|
478
479
|
manufacturer_part_number?: string | undefined;
|
|
479
480
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
480
481
|
display_value?: string | undefined;
|
|
481
|
-
display_name?: string | undefined;
|
|
482
482
|
are_pins_interchangeable?: boolean | undefined;
|
|
483
483
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
484
484
|
} | {
|
|
@@ -490,10 +490,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
490
490
|
load_capacitance: number;
|
|
491
491
|
subcircuit_id?: string | undefined;
|
|
492
492
|
source_group_id?: string | undefined;
|
|
493
|
+
display_name?: string | undefined;
|
|
493
494
|
manufacturer_part_number?: string | undefined;
|
|
494
495
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
495
496
|
display_value?: string | undefined;
|
|
496
|
-
display_name?: string | undefined;
|
|
497
497
|
are_pins_interchangeable?: boolean | undefined;
|
|
498
498
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
499
499
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -504,10 +504,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
504
504
|
ftype: "simple_switch";
|
|
505
505
|
subcircuit_id?: string | undefined;
|
|
506
506
|
source_group_id?: string | undefined;
|
|
507
|
+
display_name?: string | undefined;
|
|
507
508
|
manufacturer_part_number?: string | undefined;
|
|
508
509
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
509
510
|
display_value?: string | undefined;
|
|
510
|
-
display_name?: string | undefined;
|
|
511
511
|
are_pins_interchangeable?: boolean | undefined;
|
|
512
512
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
513
513
|
} | {
|
|
@@ -518,10 +518,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
518
518
|
transistor_type: "npn" | "pnp";
|
|
519
519
|
subcircuit_id?: string | undefined;
|
|
520
520
|
source_group_id?: string | undefined;
|
|
521
|
+
display_name?: string | undefined;
|
|
521
522
|
manufacturer_part_number?: string | undefined;
|
|
522
523
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
523
524
|
display_value?: string | undefined;
|
|
524
|
-
display_name?: string | undefined;
|
|
525
525
|
are_pins_interchangeable?: boolean | undefined;
|
|
526
526
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
527
527
|
} | {
|
|
@@ -535,10 +535,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
535
535
|
hole_diameter?: string | number | undefined;
|
|
536
536
|
pad_shape?: "circle" | "rect" | undefined;
|
|
537
537
|
source_group_id?: string | undefined;
|
|
538
|
+
display_name?: string | undefined;
|
|
538
539
|
manufacturer_part_number?: string | undefined;
|
|
539
540
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
540
541
|
display_value?: string | undefined;
|
|
541
|
-
display_name?: string | undefined;
|
|
542
542
|
are_pins_interchangeable?: boolean | undefined;
|
|
543
543
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
544
544
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -552,10 +552,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
552
552
|
mosfet_mode: "enhancement" | "depletion";
|
|
553
553
|
subcircuit_id?: string | undefined;
|
|
554
554
|
source_group_id?: string | undefined;
|
|
555
|
+
display_name?: string | undefined;
|
|
555
556
|
manufacturer_part_number?: string | undefined;
|
|
556
557
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
557
558
|
display_value?: string | undefined;
|
|
558
|
-
display_name?: string | undefined;
|
|
559
559
|
are_pins_interchangeable?: boolean | undefined;
|
|
560
560
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
561
561
|
} | {
|
|
@@ -565,10 +565,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
565
565
|
ftype: "simple_op_amp";
|
|
566
566
|
subcircuit_id?: string | undefined;
|
|
567
567
|
source_group_id?: string | undefined;
|
|
568
|
+
display_name?: string | undefined;
|
|
568
569
|
manufacturer_part_number?: string | undefined;
|
|
569
570
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
570
571
|
display_value?: string | undefined;
|
|
571
|
-
display_name?: string | undefined;
|
|
572
572
|
are_pins_interchangeable?: boolean | undefined;
|
|
573
573
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
574
574
|
} | {
|
|
@@ -580,10 +580,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
580
580
|
voltage_rating_volts: number;
|
|
581
581
|
subcircuit_id?: string | undefined;
|
|
582
582
|
source_group_id?: string | undefined;
|
|
583
|
+
display_name?: string | undefined;
|
|
583
584
|
manufacturer_part_number?: string | undefined;
|
|
584
585
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
585
586
|
display_value?: string | undefined;
|
|
586
|
-
display_name?: string | undefined;
|
|
587
587
|
are_pins_interchangeable?: boolean | undefined;
|
|
588
588
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
589
589
|
} | {
|
|
@@ -593,10 +593,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
593
593
|
ftype: "simple_voltage_probe";
|
|
594
594
|
subcircuit_id?: string | undefined;
|
|
595
595
|
source_group_id?: string | undefined;
|
|
596
|
+
display_name?: string | undefined;
|
|
596
597
|
manufacturer_part_number?: string | undefined;
|
|
597
598
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
598
599
|
display_value?: string | undefined;
|
|
599
|
-
display_name?: string | undefined;
|
|
600
600
|
are_pins_interchangeable?: boolean | undefined;
|
|
601
601
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
602
602
|
} | {
|
|
@@ -606,10 +606,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
606
606
|
ftype: "interconnect";
|
|
607
607
|
subcircuit_id?: string | undefined;
|
|
608
608
|
source_group_id?: string | undefined;
|
|
609
|
+
display_name?: string | undefined;
|
|
609
610
|
manufacturer_part_number?: string | undefined;
|
|
610
611
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
611
612
|
display_value?: string | undefined;
|
|
612
|
-
display_name?: string | undefined;
|
|
613
613
|
are_pins_interchangeable?: boolean | undefined;
|
|
614
614
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
615
615
|
} | {
|
|
@@ -630,10 +630,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
630
630
|
fall_time?: number | undefined;
|
|
631
631
|
pulse_width?: number | undefined;
|
|
632
632
|
period?: number | undefined;
|
|
633
|
+
display_name?: string | undefined;
|
|
633
634
|
manufacturer_part_number?: string | undefined;
|
|
634
635
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
635
636
|
display_value?: string | undefined;
|
|
636
|
-
display_name?: string | undefined;
|
|
637
637
|
are_pins_interchangeable?: boolean | undefined;
|
|
638
638
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
639
639
|
} | {
|
|
@@ -759,10 +759,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
759
759
|
ftype: "simple_chip";
|
|
760
760
|
subcircuit_id?: string | undefined;
|
|
761
761
|
source_group_id?: string | undefined;
|
|
762
|
+
display_name?: string | undefined;
|
|
762
763
|
manufacturer_part_number?: string | undefined;
|
|
763
764
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
764
765
|
display_value?: string | undefined;
|
|
765
|
-
display_name?: string | undefined;
|
|
766
766
|
are_pins_interchangeable?: boolean | undefined;
|
|
767
767
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
768
768
|
} | {
|
|
@@ -773,10 +773,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
773
773
|
capacitance: number;
|
|
774
774
|
subcircuit_id?: string | undefined;
|
|
775
775
|
source_group_id?: string | undefined;
|
|
776
|
+
display_name?: string | undefined;
|
|
776
777
|
manufacturer_part_number?: string | undefined;
|
|
777
778
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
778
779
|
display_value?: string | undefined;
|
|
779
|
-
display_name?: string | undefined;
|
|
780
780
|
are_pins_interchangeable?: boolean | undefined;
|
|
781
781
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
782
782
|
max_voltage_rating?: number | undefined;
|
|
@@ -789,10 +789,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
789
789
|
ftype: "simple_diode";
|
|
790
790
|
subcircuit_id?: string | undefined;
|
|
791
791
|
source_group_id?: string | undefined;
|
|
792
|
+
display_name?: string | undefined;
|
|
792
793
|
manufacturer_part_number?: string | undefined;
|
|
793
794
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
794
795
|
display_value?: string | undefined;
|
|
795
|
-
display_name?: string | undefined;
|
|
796
796
|
are_pins_interchangeable?: boolean | undefined;
|
|
797
797
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
798
798
|
} | {
|
|
@@ -803,10 +803,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
803
803
|
subcircuit_id?: string | undefined;
|
|
804
804
|
color?: string | undefined;
|
|
805
805
|
source_group_id?: string | undefined;
|
|
806
|
+
display_name?: string | undefined;
|
|
806
807
|
manufacturer_part_number?: string | undefined;
|
|
807
808
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
808
809
|
display_value?: string | undefined;
|
|
809
|
-
display_name?: string | undefined;
|
|
810
810
|
are_pins_interchangeable?: boolean | undefined;
|
|
811
811
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
812
812
|
wavelength?: string | undefined;
|
|
@@ -818,10 +818,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
818
818
|
resistance: number;
|
|
819
819
|
subcircuit_id?: string | undefined;
|
|
820
820
|
source_group_id?: string | undefined;
|
|
821
|
+
display_name?: string | undefined;
|
|
821
822
|
manufacturer_part_number?: string | undefined;
|
|
822
823
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
823
824
|
display_value?: string | undefined;
|
|
824
|
-
display_name?: string | undefined;
|
|
825
825
|
are_pins_interchangeable?: boolean | undefined;
|
|
826
826
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
827
827
|
display_resistance?: string | undefined;
|
|
@@ -833,10 +833,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
833
833
|
ftype: "simple_power_source";
|
|
834
834
|
subcircuit_id?: string | undefined;
|
|
835
835
|
source_group_id?: string | undefined;
|
|
836
|
+
display_name?: string | undefined;
|
|
836
837
|
manufacturer_part_number?: string | undefined;
|
|
837
838
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
838
839
|
display_value?: string | undefined;
|
|
839
|
-
display_name?: string | undefined;
|
|
840
840
|
are_pins_interchangeable?: boolean | undefined;
|
|
841
841
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
842
842
|
} | {
|
|
@@ -847,10 +847,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
847
847
|
capacity: number;
|
|
848
848
|
subcircuit_id?: string | undefined;
|
|
849
849
|
source_group_id?: string | undefined;
|
|
850
|
+
display_name?: string | undefined;
|
|
850
851
|
manufacturer_part_number?: string | undefined;
|
|
851
852
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
852
853
|
display_value?: string | undefined;
|
|
853
|
-
display_name?: string | undefined;
|
|
854
854
|
are_pins_interchangeable?: boolean | undefined;
|
|
855
855
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
856
856
|
} | {
|
|
@@ -861,10 +861,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
861
861
|
inductance: number;
|
|
862
862
|
subcircuit_id?: string | undefined;
|
|
863
863
|
source_group_id?: string | undefined;
|
|
864
|
+
display_name?: string | undefined;
|
|
864
865
|
manufacturer_part_number?: string | undefined;
|
|
865
866
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
866
867
|
display_value?: string | undefined;
|
|
867
|
-
display_name?: string | undefined;
|
|
868
868
|
are_pins_interchangeable?: boolean | undefined;
|
|
869
869
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
870
870
|
display_inductance?: string | undefined;
|
|
@@ -878,10 +878,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
878
878
|
gender: "male" | "female";
|
|
879
879
|
subcircuit_id?: string | undefined;
|
|
880
880
|
source_group_id?: string | undefined;
|
|
881
|
+
display_name?: string | undefined;
|
|
881
882
|
manufacturer_part_number?: string | undefined;
|
|
882
883
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
883
884
|
display_value?: string | undefined;
|
|
884
|
-
display_name?: string | undefined;
|
|
885
885
|
are_pins_interchangeable?: boolean | undefined;
|
|
886
886
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
887
887
|
} | {
|
|
@@ -891,10 +891,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
891
891
|
ftype: "simple_pinout";
|
|
892
892
|
subcircuit_id?: string | undefined;
|
|
893
893
|
source_group_id?: string | undefined;
|
|
894
|
+
display_name?: string | undefined;
|
|
894
895
|
manufacturer_part_number?: string | undefined;
|
|
895
896
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
896
897
|
display_value?: string | undefined;
|
|
897
|
-
display_name?: string | undefined;
|
|
898
898
|
are_pins_interchangeable?: boolean | undefined;
|
|
899
899
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
900
900
|
} | {
|
|
@@ -906,10 +906,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
906
906
|
load_capacitance: number;
|
|
907
907
|
subcircuit_id?: string | undefined;
|
|
908
908
|
source_group_id?: string | undefined;
|
|
909
|
+
display_name?: string | undefined;
|
|
909
910
|
manufacturer_part_number?: string | undefined;
|
|
910
911
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
911
912
|
display_value?: string | undefined;
|
|
912
|
-
display_name?: string | undefined;
|
|
913
913
|
are_pins_interchangeable?: boolean | undefined;
|
|
914
914
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
915
915
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -920,10 +920,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
920
920
|
ftype: "simple_switch";
|
|
921
921
|
subcircuit_id?: string | undefined;
|
|
922
922
|
source_group_id?: string | undefined;
|
|
923
|
+
display_name?: string | undefined;
|
|
923
924
|
manufacturer_part_number?: string | undefined;
|
|
924
925
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
925
926
|
display_value?: string | undefined;
|
|
926
|
-
display_name?: string | undefined;
|
|
927
927
|
are_pins_interchangeable?: boolean | undefined;
|
|
928
928
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
929
929
|
} | {
|
|
@@ -934,10 +934,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
934
934
|
transistor_type: "npn" | "pnp";
|
|
935
935
|
subcircuit_id?: string | undefined;
|
|
936
936
|
source_group_id?: string | undefined;
|
|
937
|
+
display_name?: string | undefined;
|
|
937
938
|
manufacturer_part_number?: string | undefined;
|
|
938
939
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
939
940
|
display_value?: string | undefined;
|
|
940
|
-
display_name?: string | undefined;
|
|
941
941
|
are_pins_interchangeable?: boolean | undefined;
|
|
942
942
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
943
943
|
} | {
|
|
@@ -951,10 +951,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
951
951
|
hole_diameter?: string | number | undefined;
|
|
952
952
|
pad_shape?: "circle" | "rect" | undefined;
|
|
953
953
|
source_group_id?: string | undefined;
|
|
954
|
+
display_name?: string | undefined;
|
|
954
955
|
manufacturer_part_number?: string | undefined;
|
|
955
956
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
956
957
|
display_value?: string | undefined;
|
|
957
|
-
display_name?: string | undefined;
|
|
958
958
|
are_pins_interchangeable?: boolean | undefined;
|
|
959
959
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
960
960
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -968,10 +968,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
968
968
|
mosfet_mode: "enhancement" | "depletion";
|
|
969
969
|
subcircuit_id?: string | undefined;
|
|
970
970
|
source_group_id?: string | undefined;
|
|
971
|
+
display_name?: string | undefined;
|
|
971
972
|
manufacturer_part_number?: string | undefined;
|
|
972
973
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
973
974
|
display_value?: string | undefined;
|
|
974
|
-
display_name?: string | undefined;
|
|
975
975
|
are_pins_interchangeable?: boolean | undefined;
|
|
976
976
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
977
977
|
} | {
|
|
@@ -981,10 +981,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
981
981
|
ftype: "simple_op_amp";
|
|
982
982
|
subcircuit_id?: string | undefined;
|
|
983
983
|
source_group_id?: string | undefined;
|
|
984
|
+
display_name?: string | undefined;
|
|
984
985
|
manufacturer_part_number?: string | undefined;
|
|
985
986
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
986
987
|
display_value?: string | undefined;
|
|
987
|
-
display_name?: string | undefined;
|
|
988
988
|
are_pins_interchangeable?: boolean | undefined;
|
|
989
989
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
990
990
|
} | {
|
|
@@ -995,10 +995,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
995
995
|
max_resistance: number;
|
|
996
996
|
subcircuit_id?: string | undefined;
|
|
997
997
|
source_group_id?: string | undefined;
|
|
998
|
+
display_name?: string | undefined;
|
|
998
999
|
manufacturer_part_number?: string | undefined;
|
|
999
1000
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
1000
1001
|
display_value?: string | undefined;
|
|
1001
|
-
display_name?: string | undefined;
|
|
1002
1002
|
are_pins_interchangeable?: boolean | undefined;
|
|
1003
1003
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
1004
1004
|
display_max_resistance?: string | undefined;
|
|
@@ -1009,10 +1009,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1009
1009
|
ftype: "simple_push_button";
|
|
1010
1010
|
subcircuit_id?: string | undefined;
|
|
1011
1011
|
source_group_id?: string | undefined;
|
|
1012
|
+
display_name?: string | undefined;
|
|
1012
1013
|
manufacturer_part_number?: string | undefined;
|
|
1013
1014
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
1014
1015
|
display_value?: string | undefined;
|
|
1015
|
-
display_name?: string | undefined;
|
|
1016
1016
|
are_pins_interchangeable?: boolean | undefined;
|
|
1017
1017
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
1018
1018
|
} | {
|
|
@@ -4604,12 +4604,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
4604
4604
|
signal_input_source_net_id?: string | undefined;
|
|
4605
4605
|
reference_input_source_port_id?: string | undefined;
|
|
4606
4606
|
reference_input_source_net_id?: string | undefined;
|
|
4607
|
-
display_options?: {
|
|
4608
|
-
center?: number | undefined;
|
|
4609
|
-
label?: string | undefined;
|
|
4610
|
-
offset_divs?: number | undefined;
|
|
4611
|
-
units_per_div?: number | undefined;
|
|
4612
|
-
} | undefined;
|
|
4613
4607
|
} | {
|
|
4614
4608
|
type: "simulation_current_probe";
|
|
4615
4609
|
simulation_current_probe_id: string;
|
|
@@ -4621,12 +4615,19 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
4621
4615
|
negative_source_port_id?: string | undefined;
|
|
4622
4616
|
positive_source_net_id?: string | undefined;
|
|
4623
4617
|
negative_source_net_id?: string | undefined;
|
|
4624
|
-
|
|
4625
|
-
|
|
4626
|
-
|
|
4627
|
-
|
|
4628
|
-
|
|
4629
|
-
|
|
4618
|
+
} | {
|
|
4619
|
+
type: "simulation_oscilloscope_trace";
|
|
4620
|
+
simulation_oscilloscope_trace_id: string;
|
|
4621
|
+
color?: string | undefined;
|
|
4622
|
+
simulation_transient_voltage_graph_id?: string | undefined;
|
|
4623
|
+
simulation_transient_current_graph_id?: string | undefined;
|
|
4624
|
+
simulation_voltage_probe_id?: string | undefined;
|
|
4625
|
+
simulation_current_probe_id?: string | undefined;
|
|
4626
|
+
display_name?: string | undefined;
|
|
4627
|
+
display_center_value?: number | undefined;
|
|
4628
|
+
display_center_offset_divs?: number | undefined;
|
|
4629
|
+
volts_per_div?: number | undefined;
|
|
4630
|
+
amps_per_div?: number | undefined;
|
|
4630
4631
|
} | {
|
|
4631
4632
|
message: string;
|
|
4632
4633
|
type: "simulation_unknown_experiment_error";
|
|
@@ -4729,10 +4730,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4729
4730
|
resistance: number;
|
|
4730
4731
|
subcircuit_id?: string | undefined;
|
|
4731
4732
|
source_group_id?: string | undefined;
|
|
4733
|
+
display_name?: string | undefined;
|
|
4732
4734
|
manufacturer_part_number?: string | undefined;
|
|
4733
4735
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4734
4736
|
display_value?: string | undefined;
|
|
4735
|
-
display_name?: string | undefined;
|
|
4736
4737
|
are_pins_interchangeable?: boolean | undefined;
|
|
4737
4738
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4738
4739
|
display_resistance?: string | undefined;
|
|
@@ -4744,10 +4745,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4744
4745
|
capacitance: number;
|
|
4745
4746
|
subcircuit_id?: string | undefined;
|
|
4746
4747
|
source_group_id?: string | undefined;
|
|
4748
|
+
display_name?: string | undefined;
|
|
4747
4749
|
manufacturer_part_number?: string | undefined;
|
|
4748
4750
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4749
4751
|
display_value?: string | undefined;
|
|
4750
|
-
display_name?: string | undefined;
|
|
4751
4752
|
are_pins_interchangeable?: boolean | undefined;
|
|
4752
4753
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4753
4754
|
max_voltage_rating?: number | undefined;
|
|
@@ -4760,10 +4761,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4760
4761
|
ftype: "simple_diode";
|
|
4761
4762
|
subcircuit_id?: string | undefined;
|
|
4762
4763
|
source_group_id?: string | undefined;
|
|
4764
|
+
display_name?: string | undefined;
|
|
4763
4765
|
manufacturer_part_number?: string | undefined;
|
|
4764
4766
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4765
4767
|
display_value?: string | undefined;
|
|
4766
|
-
display_name?: string | undefined;
|
|
4767
4768
|
are_pins_interchangeable?: boolean | undefined;
|
|
4768
4769
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4769
4770
|
} | {
|
|
@@ -4773,10 +4774,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4773
4774
|
ftype: "simple_fiducial";
|
|
4774
4775
|
subcircuit_id?: string | undefined;
|
|
4775
4776
|
source_group_id?: string | undefined;
|
|
4777
|
+
display_name?: string | undefined;
|
|
4776
4778
|
manufacturer_part_number?: string | undefined;
|
|
4777
4779
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4778
4780
|
display_value?: string | undefined;
|
|
4779
|
-
display_name?: string | undefined;
|
|
4780
4781
|
are_pins_interchangeable?: boolean | undefined;
|
|
4781
4782
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4782
4783
|
} | {
|
|
@@ -4787,10 +4788,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4787
4788
|
subcircuit_id?: string | undefined;
|
|
4788
4789
|
color?: string | undefined;
|
|
4789
4790
|
source_group_id?: string | undefined;
|
|
4791
|
+
display_name?: string | undefined;
|
|
4790
4792
|
manufacturer_part_number?: string | undefined;
|
|
4791
4793
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4792
4794
|
display_value?: string | undefined;
|
|
4793
|
-
display_name?: string | undefined;
|
|
4794
4795
|
are_pins_interchangeable?: boolean | undefined;
|
|
4795
4796
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4796
4797
|
wavelength?: string | undefined;
|
|
@@ -4801,10 +4802,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4801
4802
|
ftype: "simple_ground";
|
|
4802
4803
|
subcircuit_id?: string | undefined;
|
|
4803
4804
|
source_group_id?: string | undefined;
|
|
4805
|
+
display_name?: string | undefined;
|
|
4804
4806
|
manufacturer_part_number?: string | undefined;
|
|
4805
4807
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4806
4808
|
display_value?: string | undefined;
|
|
4807
|
-
display_name?: string | undefined;
|
|
4808
4809
|
are_pins_interchangeable?: boolean | undefined;
|
|
4809
4810
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4810
4811
|
} | {
|
|
@@ -4814,10 +4815,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4814
4815
|
ftype: "simple_chip";
|
|
4815
4816
|
subcircuit_id?: string | undefined;
|
|
4816
4817
|
source_group_id?: string | undefined;
|
|
4818
|
+
display_name?: string | undefined;
|
|
4817
4819
|
manufacturer_part_number?: string | undefined;
|
|
4818
4820
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4819
4821
|
display_value?: string | undefined;
|
|
4820
|
-
display_name?: string | undefined;
|
|
4821
4822
|
are_pins_interchangeable?: boolean | undefined;
|
|
4822
4823
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4823
4824
|
} | {
|
|
@@ -4828,10 +4829,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4828
4829
|
ftype: "simple_power_source";
|
|
4829
4830
|
subcircuit_id?: string | undefined;
|
|
4830
4831
|
source_group_id?: string | undefined;
|
|
4832
|
+
display_name?: string | undefined;
|
|
4831
4833
|
manufacturer_part_number?: string | undefined;
|
|
4832
4834
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4833
4835
|
display_value?: string | undefined;
|
|
4834
|
-
display_name?: string | undefined;
|
|
4835
4836
|
are_pins_interchangeable?: boolean | undefined;
|
|
4836
4837
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4837
4838
|
} | {
|
|
@@ -4847,10 +4848,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4847
4848
|
phase?: number | undefined;
|
|
4848
4849
|
duty_cycle?: number | undefined;
|
|
4849
4850
|
peak_to_peak_current?: number | undefined;
|
|
4851
|
+
display_name?: string | undefined;
|
|
4850
4852
|
manufacturer_part_number?: string | undefined;
|
|
4851
4853
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4852
4854
|
display_value?: string | undefined;
|
|
4853
|
-
display_name?: string | undefined;
|
|
4854
4855
|
are_pins_interchangeable?: boolean | undefined;
|
|
4855
4856
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4856
4857
|
} | {
|
|
@@ -4860,10 +4861,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4860
4861
|
ftype: "simple_ammeter";
|
|
4861
4862
|
subcircuit_id?: string | undefined;
|
|
4862
4863
|
source_group_id?: string | undefined;
|
|
4864
|
+
display_name?: string | undefined;
|
|
4863
4865
|
manufacturer_part_number?: string | undefined;
|
|
4864
4866
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4865
4867
|
display_value?: string | undefined;
|
|
4866
|
-
display_name?: string | undefined;
|
|
4867
4868
|
are_pins_interchangeable?: boolean | undefined;
|
|
4868
4869
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4869
4870
|
} | {
|
|
@@ -4874,10 +4875,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4874
4875
|
capacity: number;
|
|
4875
4876
|
subcircuit_id?: string | undefined;
|
|
4876
4877
|
source_group_id?: string | undefined;
|
|
4878
|
+
display_name?: string | undefined;
|
|
4877
4879
|
manufacturer_part_number?: string | undefined;
|
|
4878
4880
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4879
4881
|
display_value?: string | undefined;
|
|
4880
|
-
display_name?: string | undefined;
|
|
4881
4882
|
are_pins_interchangeable?: boolean | undefined;
|
|
4882
4883
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4883
4884
|
} | {
|
|
@@ -4888,10 +4889,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4888
4889
|
inductance: number;
|
|
4889
4890
|
subcircuit_id?: string | undefined;
|
|
4890
4891
|
source_group_id?: string | undefined;
|
|
4892
|
+
display_name?: string | undefined;
|
|
4891
4893
|
manufacturer_part_number?: string | undefined;
|
|
4892
4894
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4893
4895
|
display_value?: string | undefined;
|
|
4894
|
-
display_name?: string | undefined;
|
|
4895
4896
|
are_pins_interchangeable?: boolean | undefined;
|
|
4896
4897
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4897
4898
|
display_inductance?: string | undefined;
|
|
@@ -4903,10 +4904,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4903
4904
|
ftype: "simple_push_button";
|
|
4904
4905
|
subcircuit_id?: string | undefined;
|
|
4905
4906
|
source_group_id?: string | undefined;
|
|
4907
|
+
display_name?: string | undefined;
|
|
4906
4908
|
manufacturer_part_number?: string | undefined;
|
|
4907
4909
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4908
4910
|
display_value?: string | undefined;
|
|
4909
|
-
display_name?: string | undefined;
|
|
4910
4911
|
are_pins_interchangeable?: boolean | undefined;
|
|
4911
4912
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4912
4913
|
} | {
|
|
@@ -4917,10 +4918,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4917
4918
|
max_resistance: number;
|
|
4918
4919
|
subcircuit_id?: string | undefined;
|
|
4919
4920
|
source_group_id?: string | undefined;
|
|
4921
|
+
display_name?: string | undefined;
|
|
4920
4922
|
manufacturer_part_number?: string | undefined;
|
|
4921
4923
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4922
4924
|
display_value?: string | undefined;
|
|
4923
|
-
display_name?: string | undefined;
|
|
4924
4925
|
are_pins_interchangeable?: boolean | undefined;
|
|
4925
4926
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4926
4927
|
display_max_resistance?: string | undefined;
|
|
@@ -4932,10 +4933,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4932
4933
|
ftype: "simple_crystal";
|
|
4933
4934
|
subcircuit_id?: string | undefined;
|
|
4934
4935
|
source_group_id?: string | undefined;
|
|
4936
|
+
display_name?: string | undefined;
|
|
4935
4937
|
manufacturer_part_number?: string | undefined;
|
|
4936
4938
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4937
4939
|
display_value?: string | undefined;
|
|
4938
|
-
display_name?: string | undefined;
|
|
4939
4940
|
are_pins_interchangeable?: boolean | undefined;
|
|
4940
4941
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4941
4942
|
load_capacitance?: number | undefined;
|
|
@@ -4949,10 +4950,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4949
4950
|
gender: "male" | "female";
|
|
4950
4951
|
subcircuit_id?: string | undefined;
|
|
4951
4952
|
source_group_id?: string | undefined;
|
|
4953
|
+
display_name?: string | undefined;
|
|
4952
4954
|
manufacturer_part_number?: string | undefined;
|
|
4953
4955
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4954
4956
|
display_value?: string | undefined;
|
|
4955
|
-
display_name?: string | undefined;
|
|
4956
4957
|
are_pins_interchangeable?: boolean | undefined;
|
|
4957
4958
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4958
4959
|
} | {
|
|
@@ -4962,10 +4963,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4962
4963
|
ftype: "simple_connector";
|
|
4963
4964
|
subcircuit_id?: string | undefined;
|
|
4964
4965
|
source_group_id?: string | undefined;
|
|
4966
|
+
display_name?: string | undefined;
|
|
4965
4967
|
manufacturer_part_number?: string | undefined;
|
|
4966
4968
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4967
4969
|
display_value?: string | undefined;
|
|
4968
|
-
display_name?: string | undefined;
|
|
4969
4970
|
are_pins_interchangeable?: boolean | undefined;
|
|
4970
4971
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4971
4972
|
standard?: "usb_c" | "m2" | undefined;
|
|
@@ -4976,10 +4977,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4976
4977
|
ftype: "simple_pinout";
|
|
4977
4978
|
subcircuit_id?: string | undefined;
|
|
4978
4979
|
source_group_id?: string | undefined;
|
|
4980
|
+
display_name?: string | undefined;
|
|
4979
4981
|
manufacturer_part_number?: string | undefined;
|
|
4980
4982
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4981
4983
|
display_value?: string | undefined;
|
|
4982
|
-
display_name?: string | undefined;
|
|
4983
4984
|
are_pins_interchangeable?: boolean | undefined;
|
|
4984
4985
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4985
4986
|
} | {
|
|
@@ -4991,10 +4992,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4991
4992
|
load_capacitance: number;
|
|
4992
4993
|
subcircuit_id?: string | undefined;
|
|
4993
4994
|
source_group_id?: string | undefined;
|
|
4995
|
+
display_name?: string | undefined;
|
|
4994
4996
|
manufacturer_part_number?: string | undefined;
|
|
4995
4997
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4996
4998
|
display_value?: string | undefined;
|
|
4997
|
-
display_name?: string | undefined;
|
|
4998
4999
|
are_pins_interchangeable?: boolean | undefined;
|
|
4999
5000
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5000
5001
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -5005,10 +5006,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5005
5006
|
ftype: "simple_switch";
|
|
5006
5007
|
subcircuit_id?: string | undefined;
|
|
5007
5008
|
source_group_id?: string | undefined;
|
|
5009
|
+
display_name?: string | undefined;
|
|
5008
5010
|
manufacturer_part_number?: string | undefined;
|
|
5009
5011
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5010
5012
|
display_value?: string | undefined;
|
|
5011
|
-
display_name?: string | undefined;
|
|
5012
5013
|
are_pins_interchangeable?: boolean | undefined;
|
|
5013
5014
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5014
5015
|
} | {
|
|
@@ -5019,10 +5020,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5019
5020
|
transistor_type: "npn" | "pnp";
|
|
5020
5021
|
subcircuit_id?: string | undefined;
|
|
5021
5022
|
source_group_id?: string | undefined;
|
|
5023
|
+
display_name?: string | undefined;
|
|
5022
5024
|
manufacturer_part_number?: string | undefined;
|
|
5023
5025
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5024
5026
|
display_value?: string | undefined;
|
|
5025
|
-
display_name?: string | undefined;
|
|
5026
5027
|
are_pins_interchangeable?: boolean | undefined;
|
|
5027
5028
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5028
5029
|
} | {
|
|
@@ -5036,10 +5037,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5036
5037
|
hole_diameter?: string | number | undefined;
|
|
5037
5038
|
pad_shape?: "circle" | "rect" | undefined;
|
|
5038
5039
|
source_group_id?: string | undefined;
|
|
5040
|
+
display_name?: string | undefined;
|
|
5039
5041
|
manufacturer_part_number?: string | undefined;
|
|
5040
5042
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5041
5043
|
display_value?: string | undefined;
|
|
5042
|
-
display_name?: string | undefined;
|
|
5043
5044
|
are_pins_interchangeable?: boolean | undefined;
|
|
5044
5045
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5045
5046
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -5053,10 +5054,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5053
5054
|
mosfet_mode: "enhancement" | "depletion";
|
|
5054
5055
|
subcircuit_id?: string | undefined;
|
|
5055
5056
|
source_group_id?: string | undefined;
|
|
5057
|
+
display_name?: string | undefined;
|
|
5056
5058
|
manufacturer_part_number?: string | undefined;
|
|
5057
5059
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5058
5060
|
display_value?: string | undefined;
|
|
5059
|
-
display_name?: string | undefined;
|
|
5060
5061
|
are_pins_interchangeable?: boolean | undefined;
|
|
5061
5062
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5062
5063
|
} | {
|
|
@@ -5066,10 +5067,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5066
5067
|
ftype: "simple_op_amp";
|
|
5067
5068
|
subcircuit_id?: string | undefined;
|
|
5068
5069
|
source_group_id?: string | undefined;
|
|
5070
|
+
display_name?: string | undefined;
|
|
5069
5071
|
manufacturer_part_number?: string | undefined;
|
|
5070
5072
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5071
5073
|
display_value?: string | undefined;
|
|
5072
|
-
display_name?: string | undefined;
|
|
5073
5074
|
are_pins_interchangeable?: boolean | undefined;
|
|
5074
5075
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5075
5076
|
} | {
|
|
@@ -5081,10 +5082,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5081
5082
|
voltage_rating_volts: number;
|
|
5082
5083
|
subcircuit_id?: string | undefined;
|
|
5083
5084
|
source_group_id?: string | undefined;
|
|
5085
|
+
display_name?: string | undefined;
|
|
5084
5086
|
manufacturer_part_number?: string | undefined;
|
|
5085
5087
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5086
5088
|
display_value?: string | undefined;
|
|
5087
|
-
display_name?: string | undefined;
|
|
5088
5089
|
are_pins_interchangeable?: boolean | undefined;
|
|
5089
5090
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5090
5091
|
} | {
|
|
@@ -5094,10 +5095,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5094
5095
|
ftype: "simple_voltage_probe";
|
|
5095
5096
|
subcircuit_id?: string | undefined;
|
|
5096
5097
|
source_group_id?: string | undefined;
|
|
5098
|
+
display_name?: string | undefined;
|
|
5097
5099
|
manufacturer_part_number?: string | undefined;
|
|
5098
5100
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5099
5101
|
display_value?: string | undefined;
|
|
5100
|
-
display_name?: string | undefined;
|
|
5101
5102
|
are_pins_interchangeable?: boolean | undefined;
|
|
5102
5103
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5103
5104
|
} | {
|
|
@@ -5107,10 +5108,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5107
5108
|
ftype: "interconnect";
|
|
5108
5109
|
subcircuit_id?: string | undefined;
|
|
5109
5110
|
source_group_id?: string | undefined;
|
|
5111
|
+
display_name?: string | undefined;
|
|
5110
5112
|
manufacturer_part_number?: string | undefined;
|
|
5111
5113
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5112
5114
|
display_value?: string | undefined;
|
|
5113
|
-
display_name?: string | undefined;
|
|
5114
5115
|
are_pins_interchangeable?: boolean | undefined;
|
|
5115
5116
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5116
5117
|
} | {
|
|
@@ -5131,10 +5132,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5131
5132
|
fall_time?: number | undefined;
|
|
5132
5133
|
pulse_width?: number | undefined;
|
|
5133
5134
|
period?: number | undefined;
|
|
5135
|
+
display_name?: string | undefined;
|
|
5134
5136
|
manufacturer_part_number?: string | undefined;
|
|
5135
5137
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5136
5138
|
display_value?: string | undefined;
|
|
5137
|
-
display_name?: string | undefined;
|
|
5138
5139
|
are_pins_interchangeable?: boolean | undefined;
|
|
5139
5140
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5140
5141
|
} | {
|
|
@@ -5260,10 +5261,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5260
5261
|
ftype: "simple_chip";
|
|
5261
5262
|
subcircuit_id?: string | undefined;
|
|
5262
5263
|
source_group_id?: string | undefined;
|
|
5264
|
+
display_name?: string | undefined;
|
|
5263
5265
|
manufacturer_part_number?: string | undefined;
|
|
5264
5266
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5265
5267
|
display_value?: string | undefined;
|
|
5266
|
-
display_name?: string | undefined;
|
|
5267
5268
|
are_pins_interchangeable?: boolean | undefined;
|
|
5268
5269
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5269
5270
|
} | {
|
|
@@ -5274,10 +5275,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5274
5275
|
capacitance: number;
|
|
5275
5276
|
subcircuit_id?: string | undefined;
|
|
5276
5277
|
source_group_id?: string | undefined;
|
|
5278
|
+
display_name?: string | undefined;
|
|
5277
5279
|
manufacturer_part_number?: string | undefined;
|
|
5278
5280
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5279
5281
|
display_value?: string | undefined;
|
|
5280
|
-
display_name?: string | undefined;
|
|
5281
5282
|
are_pins_interchangeable?: boolean | undefined;
|
|
5282
5283
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5283
5284
|
max_voltage_rating?: number | undefined;
|
|
@@ -5290,10 +5291,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5290
5291
|
ftype: "simple_diode";
|
|
5291
5292
|
subcircuit_id?: string | undefined;
|
|
5292
5293
|
source_group_id?: string | undefined;
|
|
5294
|
+
display_name?: string | undefined;
|
|
5293
5295
|
manufacturer_part_number?: string | undefined;
|
|
5294
5296
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5295
5297
|
display_value?: string | undefined;
|
|
5296
|
-
display_name?: string | undefined;
|
|
5297
5298
|
are_pins_interchangeable?: boolean | undefined;
|
|
5298
5299
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5299
5300
|
} | {
|
|
@@ -5304,10 +5305,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5304
5305
|
subcircuit_id?: string | undefined;
|
|
5305
5306
|
color?: string | undefined;
|
|
5306
5307
|
source_group_id?: string | undefined;
|
|
5308
|
+
display_name?: string | undefined;
|
|
5307
5309
|
manufacturer_part_number?: string | undefined;
|
|
5308
5310
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5309
5311
|
display_value?: string | undefined;
|
|
5310
|
-
display_name?: string | undefined;
|
|
5311
5312
|
are_pins_interchangeable?: boolean | undefined;
|
|
5312
5313
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5313
5314
|
wavelength?: string | undefined;
|
|
@@ -5319,10 +5320,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5319
5320
|
resistance: number;
|
|
5320
5321
|
subcircuit_id?: string | undefined;
|
|
5321
5322
|
source_group_id?: string | undefined;
|
|
5323
|
+
display_name?: string | undefined;
|
|
5322
5324
|
manufacturer_part_number?: string | undefined;
|
|
5323
5325
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5324
5326
|
display_value?: string | undefined;
|
|
5325
|
-
display_name?: string | undefined;
|
|
5326
5327
|
are_pins_interchangeable?: boolean | undefined;
|
|
5327
5328
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5328
5329
|
display_resistance?: string | undefined;
|
|
@@ -5334,10 +5335,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5334
5335
|
ftype: "simple_power_source";
|
|
5335
5336
|
subcircuit_id?: string | undefined;
|
|
5336
5337
|
source_group_id?: string | undefined;
|
|
5338
|
+
display_name?: string | undefined;
|
|
5337
5339
|
manufacturer_part_number?: string | undefined;
|
|
5338
5340
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5339
5341
|
display_value?: string | undefined;
|
|
5340
|
-
display_name?: string | undefined;
|
|
5341
5342
|
are_pins_interchangeable?: boolean | undefined;
|
|
5342
5343
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5343
5344
|
} | {
|
|
@@ -5348,10 +5349,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5348
5349
|
capacity: number;
|
|
5349
5350
|
subcircuit_id?: string | undefined;
|
|
5350
5351
|
source_group_id?: string | undefined;
|
|
5352
|
+
display_name?: string | undefined;
|
|
5351
5353
|
manufacturer_part_number?: string | undefined;
|
|
5352
5354
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5353
5355
|
display_value?: string | undefined;
|
|
5354
|
-
display_name?: string | undefined;
|
|
5355
5356
|
are_pins_interchangeable?: boolean | undefined;
|
|
5356
5357
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5357
5358
|
} | {
|
|
@@ -5362,10 +5363,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5362
5363
|
inductance: number;
|
|
5363
5364
|
subcircuit_id?: string | undefined;
|
|
5364
5365
|
source_group_id?: string | undefined;
|
|
5366
|
+
display_name?: string | undefined;
|
|
5365
5367
|
manufacturer_part_number?: string | undefined;
|
|
5366
5368
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5367
5369
|
display_value?: string | undefined;
|
|
5368
|
-
display_name?: string | undefined;
|
|
5369
5370
|
are_pins_interchangeable?: boolean | undefined;
|
|
5370
5371
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5371
5372
|
display_inductance?: string | undefined;
|
|
@@ -5379,10 +5380,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5379
5380
|
gender: "male" | "female";
|
|
5380
5381
|
subcircuit_id?: string | undefined;
|
|
5381
5382
|
source_group_id?: string | undefined;
|
|
5383
|
+
display_name?: string | undefined;
|
|
5382
5384
|
manufacturer_part_number?: string | undefined;
|
|
5383
5385
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5384
5386
|
display_value?: string | undefined;
|
|
5385
|
-
display_name?: string | undefined;
|
|
5386
5387
|
are_pins_interchangeable?: boolean | undefined;
|
|
5387
5388
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5388
5389
|
} | {
|
|
@@ -5392,10 +5393,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5392
5393
|
ftype: "simple_pinout";
|
|
5393
5394
|
subcircuit_id?: string | undefined;
|
|
5394
5395
|
source_group_id?: string | undefined;
|
|
5396
|
+
display_name?: string | undefined;
|
|
5395
5397
|
manufacturer_part_number?: string | undefined;
|
|
5396
5398
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5397
5399
|
display_value?: string | undefined;
|
|
5398
|
-
display_name?: string | undefined;
|
|
5399
5400
|
are_pins_interchangeable?: boolean | undefined;
|
|
5400
5401
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5401
5402
|
} | {
|
|
@@ -5407,10 +5408,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5407
5408
|
load_capacitance: number;
|
|
5408
5409
|
subcircuit_id?: string | undefined;
|
|
5409
5410
|
source_group_id?: string | undefined;
|
|
5411
|
+
display_name?: string | undefined;
|
|
5410
5412
|
manufacturer_part_number?: string | undefined;
|
|
5411
5413
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5412
5414
|
display_value?: string | undefined;
|
|
5413
|
-
display_name?: string | undefined;
|
|
5414
5415
|
are_pins_interchangeable?: boolean | undefined;
|
|
5415
5416
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5416
5417
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -5421,10 +5422,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5421
5422
|
ftype: "simple_switch";
|
|
5422
5423
|
subcircuit_id?: string | undefined;
|
|
5423
5424
|
source_group_id?: string | undefined;
|
|
5425
|
+
display_name?: string | undefined;
|
|
5424
5426
|
manufacturer_part_number?: string | undefined;
|
|
5425
5427
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5426
5428
|
display_value?: string | undefined;
|
|
5427
|
-
display_name?: string | undefined;
|
|
5428
5429
|
are_pins_interchangeable?: boolean | undefined;
|
|
5429
5430
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5430
5431
|
} | {
|
|
@@ -5435,10 +5436,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5435
5436
|
transistor_type: "npn" | "pnp";
|
|
5436
5437
|
subcircuit_id?: string | undefined;
|
|
5437
5438
|
source_group_id?: string | undefined;
|
|
5439
|
+
display_name?: string | undefined;
|
|
5438
5440
|
manufacturer_part_number?: string | undefined;
|
|
5439
5441
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5440
5442
|
display_value?: string | undefined;
|
|
5441
|
-
display_name?: string | undefined;
|
|
5442
5443
|
are_pins_interchangeable?: boolean | undefined;
|
|
5443
5444
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5444
5445
|
} | {
|
|
@@ -5452,10 +5453,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5452
5453
|
hole_diameter?: string | number | undefined;
|
|
5453
5454
|
pad_shape?: "circle" | "rect" | undefined;
|
|
5454
5455
|
source_group_id?: string | undefined;
|
|
5456
|
+
display_name?: string | undefined;
|
|
5455
5457
|
manufacturer_part_number?: string | undefined;
|
|
5456
5458
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5457
5459
|
display_value?: string | undefined;
|
|
5458
|
-
display_name?: string | undefined;
|
|
5459
5460
|
are_pins_interchangeable?: boolean | undefined;
|
|
5460
5461
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5461
5462
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -5469,10 +5470,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5469
5470
|
mosfet_mode: "enhancement" | "depletion";
|
|
5470
5471
|
subcircuit_id?: string | undefined;
|
|
5471
5472
|
source_group_id?: string | undefined;
|
|
5473
|
+
display_name?: string | undefined;
|
|
5472
5474
|
manufacturer_part_number?: string | undefined;
|
|
5473
5475
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5474
5476
|
display_value?: string | undefined;
|
|
5475
|
-
display_name?: string | undefined;
|
|
5476
5477
|
are_pins_interchangeable?: boolean | undefined;
|
|
5477
5478
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5478
5479
|
} | {
|
|
@@ -5482,10 +5483,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5482
5483
|
ftype: "simple_op_amp";
|
|
5483
5484
|
subcircuit_id?: string | undefined;
|
|
5484
5485
|
source_group_id?: string | undefined;
|
|
5486
|
+
display_name?: string | undefined;
|
|
5485
5487
|
manufacturer_part_number?: string | undefined;
|
|
5486
5488
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5487
5489
|
display_value?: string | undefined;
|
|
5488
|
-
display_name?: string | undefined;
|
|
5489
5490
|
are_pins_interchangeable?: boolean | undefined;
|
|
5490
5491
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5491
5492
|
} | {
|
|
@@ -5496,10 +5497,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5496
5497
|
max_resistance: number;
|
|
5497
5498
|
subcircuit_id?: string | undefined;
|
|
5498
5499
|
source_group_id?: string | undefined;
|
|
5500
|
+
display_name?: string | undefined;
|
|
5499
5501
|
manufacturer_part_number?: string | undefined;
|
|
5500
5502
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5501
5503
|
display_value?: string | undefined;
|
|
5502
|
-
display_name?: string | undefined;
|
|
5503
5504
|
are_pins_interchangeable?: boolean | undefined;
|
|
5504
5505
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5505
5506
|
display_max_resistance?: string | undefined;
|
|
@@ -5510,10 +5511,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5510
5511
|
ftype: "simple_push_button";
|
|
5511
5512
|
subcircuit_id?: string | undefined;
|
|
5512
5513
|
source_group_id?: string | undefined;
|
|
5514
|
+
display_name?: string | undefined;
|
|
5513
5515
|
manufacturer_part_number?: string | undefined;
|
|
5514
5516
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5515
5517
|
display_value?: string | undefined;
|
|
5516
|
-
display_name?: string | undefined;
|
|
5517
5518
|
are_pins_interchangeable?: boolean | undefined;
|
|
5518
5519
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5519
5520
|
} | {
|
|
@@ -9105,12 +9106,6 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
9105
9106
|
signal_input_source_net_id?: string | undefined;
|
|
9106
9107
|
reference_input_source_port_id?: string | undefined;
|
|
9107
9108
|
reference_input_source_net_id?: string | undefined;
|
|
9108
|
-
display_options?: {
|
|
9109
|
-
center?: number | undefined;
|
|
9110
|
-
label?: string | undefined;
|
|
9111
|
-
offset_divs?: number | undefined;
|
|
9112
|
-
units_per_div?: number | undefined;
|
|
9113
|
-
} | undefined;
|
|
9114
9109
|
} | {
|
|
9115
9110
|
type: "simulation_current_probe";
|
|
9116
9111
|
simulation_current_probe_id: string;
|
|
@@ -9122,12 +9117,19 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
9122
9117
|
negative_source_port_id?: string | undefined;
|
|
9123
9118
|
positive_source_net_id?: string | undefined;
|
|
9124
9119
|
negative_source_net_id?: string | undefined;
|
|
9125
|
-
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9120
|
+
} | {
|
|
9121
|
+
type: "simulation_oscilloscope_trace";
|
|
9122
|
+
simulation_oscilloscope_trace_id: string;
|
|
9123
|
+
color?: string | undefined;
|
|
9124
|
+
simulation_transient_voltage_graph_id?: string | undefined;
|
|
9125
|
+
simulation_transient_current_graph_id?: string | undefined;
|
|
9126
|
+
simulation_voltage_probe_id?: string | undefined;
|
|
9127
|
+
simulation_current_probe_id?: string | undefined;
|
|
9128
|
+
display_name?: string | undefined;
|
|
9129
|
+
display_center_value?: number | undefined;
|
|
9130
|
+
display_center_offset_divs?: number | undefined;
|
|
9131
|
+
volts_per_div?: number | undefined;
|
|
9132
|
+
amps_per_div?: number | undefined;
|
|
9131
9133
|
} | {
|
|
9132
9134
|
message: string;
|
|
9133
9135
|
type: "simulation_unknown_experiment_error";
|