@tscircuit/eval 0.0.948 → 0.0.949
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 +13 -10
- package/package.json +6 -6
package/dist/lib/index.d.ts
CHANGED
|
@@ -244,10 +244,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
244
244
|
resistance: number;
|
|
245
245
|
subcircuit_id?: string | undefined;
|
|
246
246
|
source_group_id?: string | undefined;
|
|
247
|
+
display_name?: string | undefined;
|
|
247
248
|
manufacturer_part_number?: string | undefined;
|
|
248
249
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
249
250
|
display_value?: string | undefined;
|
|
250
|
-
display_name?: string | undefined;
|
|
251
251
|
are_pins_interchangeable?: boolean | undefined;
|
|
252
252
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
253
253
|
display_resistance?: string | undefined;
|
|
@@ -259,10 +259,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
259
259
|
capacitance: number;
|
|
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
|
max_voltage_rating?: number | undefined;
|
|
@@ -275,10 +275,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
275
275
|
ftype: "simple_diode";
|
|
276
276
|
subcircuit_id?: string | undefined;
|
|
277
277
|
source_group_id?: string | undefined;
|
|
278
|
+
display_name?: string | undefined;
|
|
278
279
|
manufacturer_part_number?: string | undefined;
|
|
279
280
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
280
281
|
display_value?: string | undefined;
|
|
281
|
-
display_name?: string | undefined;
|
|
282
282
|
are_pins_interchangeable?: boolean | undefined;
|
|
283
283
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
284
284
|
} | {
|
|
@@ -288,10 +288,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
288
288
|
ftype: "simple_fiducial";
|
|
289
289
|
subcircuit_id?: string | undefined;
|
|
290
290
|
source_group_id?: string | undefined;
|
|
291
|
+
display_name?: string | undefined;
|
|
291
292
|
manufacturer_part_number?: string | undefined;
|
|
292
293
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
293
294
|
display_value?: string | undefined;
|
|
294
|
-
display_name?: string | undefined;
|
|
295
295
|
are_pins_interchangeable?: boolean | undefined;
|
|
296
296
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
297
297
|
} | {
|
|
@@ -302,10 +302,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
302
302
|
subcircuit_id?: string | undefined;
|
|
303
303
|
color?: string | undefined;
|
|
304
304
|
source_group_id?: string | undefined;
|
|
305
|
+
display_name?: string | undefined;
|
|
305
306
|
manufacturer_part_number?: string | undefined;
|
|
306
307
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
307
308
|
display_value?: string | undefined;
|
|
308
|
-
display_name?: string | undefined;
|
|
309
309
|
are_pins_interchangeable?: boolean | undefined;
|
|
310
310
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
311
311
|
wavelength?: string | undefined;
|
|
@@ -316,10 +316,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
316
316
|
ftype: "simple_ground";
|
|
317
317
|
subcircuit_id?: string | undefined;
|
|
318
318
|
source_group_id?: string | undefined;
|
|
319
|
+
display_name?: string | undefined;
|
|
319
320
|
manufacturer_part_number?: string | undefined;
|
|
320
321
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
321
322
|
display_value?: string | undefined;
|
|
322
|
-
display_name?: string | undefined;
|
|
323
323
|
are_pins_interchangeable?: boolean | undefined;
|
|
324
324
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
325
325
|
} | {
|
|
@@ -329,10 +329,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
329
329
|
ftype: "simple_chip";
|
|
330
330
|
subcircuit_id?: string | undefined;
|
|
331
331
|
source_group_id?: string | undefined;
|
|
332
|
+
display_name?: string | undefined;
|
|
332
333
|
manufacturer_part_number?: string | undefined;
|
|
333
334
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
334
335
|
display_value?: string | undefined;
|
|
335
|
-
display_name?: string | undefined;
|
|
336
336
|
are_pins_interchangeable?: boolean | undefined;
|
|
337
337
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
338
338
|
} | {
|
|
@@ -343,10 +343,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
343
343
|
ftype: "simple_power_source";
|
|
344
344
|
subcircuit_id?: string | undefined;
|
|
345
345
|
source_group_id?: string | undefined;
|
|
346
|
+
display_name?: string | undefined;
|
|
346
347
|
manufacturer_part_number?: string | undefined;
|
|
347
348
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
348
349
|
display_value?: string | undefined;
|
|
349
|
-
display_name?: string | undefined;
|
|
350
350
|
are_pins_interchangeable?: boolean | undefined;
|
|
351
351
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
352
352
|
} | {
|
|
@@ -362,10 +362,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
362
362
|
phase?: number | undefined;
|
|
363
363
|
duty_cycle?: number | undefined;
|
|
364
364
|
peak_to_peak_current?: number | undefined;
|
|
365
|
+
display_name?: string | undefined;
|
|
365
366
|
manufacturer_part_number?: string | undefined;
|
|
366
367
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
367
368
|
display_value?: string | undefined;
|
|
368
|
-
display_name?: string | undefined;
|
|
369
369
|
are_pins_interchangeable?: boolean | undefined;
|
|
370
370
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
371
371
|
} | {
|
|
@@ -375,10 +375,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
375
375
|
ftype: "simple_ammeter";
|
|
376
376
|
subcircuit_id?: string | undefined;
|
|
377
377
|
source_group_id?: string | undefined;
|
|
378
|
+
display_name?: string | undefined;
|
|
378
379
|
manufacturer_part_number?: string | undefined;
|
|
379
380
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
380
381
|
display_value?: string | undefined;
|
|
381
|
-
display_name?: string | undefined;
|
|
382
382
|
are_pins_interchangeable?: boolean | undefined;
|
|
383
383
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
384
384
|
} | {
|
|
@@ -389,10 +389,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
389
389
|
capacity: number;
|
|
390
390
|
subcircuit_id?: string | undefined;
|
|
391
391
|
source_group_id?: string | undefined;
|
|
392
|
+
display_name?: string | undefined;
|
|
392
393
|
manufacturer_part_number?: string | undefined;
|
|
393
394
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
394
395
|
display_value?: string | undefined;
|
|
395
|
-
display_name?: string | undefined;
|
|
396
396
|
are_pins_interchangeable?: boolean | undefined;
|
|
397
397
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
398
398
|
} | {
|
|
@@ -403,10 +403,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
403
403
|
inductance: number;
|
|
404
404
|
subcircuit_id?: string | undefined;
|
|
405
405
|
source_group_id?: string | undefined;
|
|
406
|
+
display_name?: string | undefined;
|
|
406
407
|
manufacturer_part_number?: string | undefined;
|
|
407
408
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
408
409
|
display_value?: string | undefined;
|
|
409
|
-
display_name?: string | undefined;
|
|
410
410
|
are_pins_interchangeable?: boolean | undefined;
|
|
411
411
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
412
412
|
display_inductance?: string | undefined;
|
|
@@ -418,10 +418,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
418
418
|
ftype: "simple_push_button";
|
|
419
419
|
subcircuit_id?: string | undefined;
|
|
420
420
|
source_group_id?: string | undefined;
|
|
421
|
+
display_name?: string | undefined;
|
|
421
422
|
manufacturer_part_number?: string | undefined;
|
|
422
423
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
423
424
|
display_value?: string | undefined;
|
|
424
|
-
display_name?: string | undefined;
|
|
425
425
|
are_pins_interchangeable?: boolean | undefined;
|
|
426
426
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
427
427
|
} | {
|
|
@@ -432,10 +432,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
432
432
|
max_resistance: number;
|
|
433
433
|
subcircuit_id?: string | undefined;
|
|
434
434
|
source_group_id?: string | undefined;
|
|
435
|
+
display_name?: string | undefined;
|
|
435
436
|
manufacturer_part_number?: string | undefined;
|
|
436
437
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
437
438
|
display_value?: string | undefined;
|
|
438
|
-
display_name?: string | undefined;
|
|
439
439
|
are_pins_interchangeable?: boolean | undefined;
|
|
440
440
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
441
441
|
display_max_resistance?: string | undefined;
|
|
@@ -447,10 +447,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
447
447
|
ftype: "simple_crystal";
|
|
448
448
|
subcircuit_id?: string | undefined;
|
|
449
449
|
source_group_id?: string | undefined;
|
|
450
|
+
display_name?: string | undefined;
|
|
450
451
|
manufacturer_part_number?: string | undefined;
|
|
451
452
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
452
453
|
display_value?: string | undefined;
|
|
453
|
-
display_name?: string | undefined;
|
|
454
454
|
are_pins_interchangeable?: boolean | undefined;
|
|
455
455
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
456
456
|
load_capacitance?: number | undefined;
|
|
@@ -464,10 +464,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
464
464
|
gender: "male" | "female";
|
|
465
465
|
subcircuit_id?: string | undefined;
|
|
466
466
|
source_group_id?: string | undefined;
|
|
467
|
+
display_name?: string | undefined;
|
|
467
468
|
manufacturer_part_number?: string | undefined;
|
|
468
469
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
469
470
|
display_value?: string | undefined;
|
|
470
|
-
display_name?: string | undefined;
|
|
471
471
|
are_pins_interchangeable?: boolean | undefined;
|
|
472
472
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
473
473
|
} | {
|
|
@@ -477,10 +477,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
477
477
|
ftype: "simple_connector";
|
|
478
478
|
subcircuit_id?: string | undefined;
|
|
479
479
|
source_group_id?: string | undefined;
|
|
480
|
+
display_name?: string | undefined;
|
|
480
481
|
manufacturer_part_number?: string | undefined;
|
|
481
482
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
482
483
|
display_value?: string | undefined;
|
|
483
|
-
display_name?: string | undefined;
|
|
484
484
|
are_pins_interchangeable?: boolean | undefined;
|
|
485
485
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
486
486
|
standard?: "usb_c" | "m2" | undefined;
|
|
@@ -491,10 +491,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
491
491
|
ftype: "simple_pinout";
|
|
492
492
|
subcircuit_id?: string | undefined;
|
|
493
493
|
source_group_id?: string | undefined;
|
|
494
|
+
display_name?: string | undefined;
|
|
494
495
|
manufacturer_part_number?: string | undefined;
|
|
495
496
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
496
497
|
display_value?: string | undefined;
|
|
497
|
-
display_name?: string | undefined;
|
|
498
498
|
are_pins_interchangeable?: boolean | undefined;
|
|
499
499
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
500
500
|
} | {
|
|
@@ -506,10 +506,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
506
506
|
load_capacitance: number;
|
|
507
507
|
subcircuit_id?: string | undefined;
|
|
508
508
|
source_group_id?: string | undefined;
|
|
509
|
+
display_name?: string | undefined;
|
|
509
510
|
manufacturer_part_number?: string | undefined;
|
|
510
511
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
511
512
|
display_value?: string | undefined;
|
|
512
|
-
display_name?: string | undefined;
|
|
513
513
|
are_pins_interchangeable?: boolean | undefined;
|
|
514
514
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
515
515
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -520,10 +520,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
520
520
|
ftype: "simple_switch";
|
|
521
521
|
subcircuit_id?: string | undefined;
|
|
522
522
|
source_group_id?: string | undefined;
|
|
523
|
+
display_name?: string | undefined;
|
|
523
524
|
manufacturer_part_number?: string | undefined;
|
|
524
525
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
525
526
|
display_value?: string | undefined;
|
|
526
|
-
display_name?: string | undefined;
|
|
527
527
|
are_pins_interchangeable?: boolean | undefined;
|
|
528
528
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
529
529
|
} | {
|
|
@@ -534,10 +534,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
534
534
|
transistor_type: "npn" | "pnp";
|
|
535
535
|
subcircuit_id?: string | undefined;
|
|
536
536
|
source_group_id?: string | undefined;
|
|
537
|
+
display_name?: string | undefined;
|
|
537
538
|
manufacturer_part_number?: string | undefined;
|
|
538
539
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
539
540
|
display_value?: string | undefined;
|
|
540
|
-
display_name?: string | undefined;
|
|
541
541
|
are_pins_interchangeable?: boolean | undefined;
|
|
542
542
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
543
543
|
} | {
|
|
@@ -551,10 +551,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
551
551
|
hole_diameter?: string | number | undefined;
|
|
552
552
|
pad_shape?: "circle" | "rect" | undefined;
|
|
553
553
|
source_group_id?: string | undefined;
|
|
554
|
+
display_name?: string | undefined;
|
|
554
555
|
manufacturer_part_number?: string | undefined;
|
|
555
556
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
556
557
|
display_value?: string | undefined;
|
|
557
|
-
display_name?: string | undefined;
|
|
558
558
|
are_pins_interchangeable?: boolean | undefined;
|
|
559
559
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
560
560
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -568,10 +568,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
568
568
|
mosfet_mode: "enhancement" | "depletion";
|
|
569
569
|
subcircuit_id?: string | undefined;
|
|
570
570
|
source_group_id?: string | undefined;
|
|
571
|
+
display_name?: string | undefined;
|
|
571
572
|
manufacturer_part_number?: string | undefined;
|
|
572
573
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
573
574
|
display_value?: string | undefined;
|
|
574
|
-
display_name?: string | undefined;
|
|
575
575
|
are_pins_interchangeable?: boolean | undefined;
|
|
576
576
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
577
577
|
} | {
|
|
@@ -581,10 +581,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
581
581
|
ftype: "simple_op_amp";
|
|
582
582
|
subcircuit_id?: string | undefined;
|
|
583
583
|
source_group_id?: string | undefined;
|
|
584
|
+
display_name?: string | undefined;
|
|
584
585
|
manufacturer_part_number?: string | undefined;
|
|
585
586
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
586
587
|
display_value?: string | undefined;
|
|
587
|
-
display_name?: string | undefined;
|
|
588
588
|
are_pins_interchangeable?: boolean | undefined;
|
|
589
589
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
590
590
|
} | {
|
|
@@ -596,10 +596,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
596
596
|
voltage_rating_volts: number;
|
|
597
597
|
subcircuit_id?: string | undefined;
|
|
598
598
|
source_group_id?: string | undefined;
|
|
599
|
+
display_name?: string | undefined;
|
|
599
600
|
manufacturer_part_number?: string | undefined;
|
|
600
601
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
601
602
|
display_value?: string | undefined;
|
|
602
|
-
display_name?: string | undefined;
|
|
603
603
|
are_pins_interchangeable?: boolean | undefined;
|
|
604
604
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
605
605
|
} | {
|
|
@@ -609,10 +609,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
609
609
|
ftype: "simple_voltage_probe";
|
|
610
610
|
subcircuit_id?: string | undefined;
|
|
611
611
|
source_group_id?: string | undefined;
|
|
612
|
+
display_name?: string | undefined;
|
|
612
613
|
manufacturer_part_number?: string | undefined;
|
|
613
614
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
614
615
|
display_value?: string | undefined;
|
|
615
|
-
display_name?: string | undefined;
|
|
616
616
|
are_pins_interchangeable?: boolean | undefined;
|
|
617
617
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
618
618
|
} | {
|
|
@@ -622,10 +622,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
622
622
|
ftype: "interconnect";
|
|
623
623
|
subcircuit_id?: string | undefined;
|
|
624
624
|
source_group_id?: string | undefined;
|
|
625
|
+
display_name?: string | undefined;
|
|
625
626
|
manufacturer_part_number?: string | undefined;
|
|
626
627
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
627
628
|
display_value?: string | undefined;
|
|
628
|
-
display_name?: string | undefined;
|
|
629
629
|
are_pins_interchangeable?: boolean | undefined;
|
|
630
630
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
631
631
|
} | {
|
|
@@ -646,10 +646,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
646
646
|
fall_time?: number | undefined;
|
|
647
647
|
pulse_width?: number | undefined;
|
|
648
648
|
period?: number | undefined;
|
|
649
|
+
display_name?: string | undefined;
|
|
649
650
|
manufacturer_part_number?: string | undefined;
|
|
650
651
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
651
652
|
display_value?: string | undefined;
|
|
652
|
-
display_name?: string | undefined;
|
|
653
653
|
are_pins_interchangeable?: boolean | undefined;
|
|
654
654
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
655
655
|
} | {
|
|
@@ -775,10 +775,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
775
775
|
ftype: "simple_chip";
|
|
776
776
|
subcircuit_id?: string | undefined;
|
|
777
777
|
source_group_id?: string | undefined;
|
|
778
|
+
display_name?: string | undefined;
|
|
778
779
|
manufacturer_part_number?: string | undefined;
|
|
779
780
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
780
781
|
display_value?: string | undefined;
|
|
781
|
-
display_name?: string | undefined;
|
|
782
782
|
are_pins_interchangeable?: boolean | undefined;
|
|
783
783
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
784
784
|
} | {
|
|
@@ -789,10 +789,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
789
789
|
capacitance: number;
|
|
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
|
max_voltage_rating?: number | undefined;
|
|
@@ -805,10 +805,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
805
805
|
ftype: "simple_diode";
|
|
806
806
|
subcircuit_id?: string | undefined;
|
|
807
807
|
source_group_id?: string | undefined;
|
|
808
|
+
display_name?: string | undefined;
|
|
808
809
|
manufacturer_part_number?: string | undefined;
|
|
809
810
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
810
811
|
display_value?: string | undefined;
|
|
811
|
-
display_name?: string | undefined;
|
|
812
812
|
are_pins_interchangeable?: boolean | undefined;
|
|
813
813
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
814
814
|
} | {
|
|
@@ -819,10 +819,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
819
819
|
subcircuit_id?: string | undefined;
|
|
820
820
|
color?: string | undefined;
|
|
821
821
|
source_group_id?: string | undefined;
|
|
822
|
+
display_name?: string | undefined;
|
|
822
823
|
manufacturer_part_number?: string | undefined;
|
|
823
824
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
824
825
|
display_value?: string | undefined;
|
|
825
|
-
display_name?: string | undefined;
|
|
826
826
|
are_pins_interchangeable?: boolean | undefined;
|
|
827
827
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
828
828
|
wavelength?: string | undefined;
|
|
@@ -834,10 +834,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
834
834
|
resistance: number;
|
|
835
835
|
subcircuit_id?: string | undefined;
|
|
836
836
|
source_group_id?: string | undefined;
|
|
837
|
+
display_name?: string | undefined;
|
|
837
838
|
manufacturer_part_number?: string | undefined;
|
|
838
839
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
839
840
|
display_value?: string | undefined;
|
|
840
|
-
display_name?: string | undefined;
|
|
841
841
|
are_pins_interchangeable?: boolean | undefined;
|
|
842
842
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
843
843
|
display_resistance?: string | undefined;
|
|
@@ -849,10 +849,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
849
849
|
ftype: "simple_power_source";
|
|
850
850
|
subcircuit_id?: string | undefined;
|
|
851
851
|
source_group_id?: string | undefined;
|
|
852
|
+
display_name?: string | undefined;
|
|
852
853
|
manufacturer_part_number?: string | undefined;
|
|
853
854
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
854
855
|
display_value?: string | undefined;
|
|
855
|
-
display_name?: string | undefined;
|
|
856
856
|
are_pins_interchangeable?: boolean | undefined;
|
|
857
857
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
858
858
|
} | {
|
|
@@ -863,10 +863,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
863
863
|
capacity: number;
|
|
864
864
|
subcircuit_id?: string | undefined;
|
|
865
865
|
source_group_id?: string | undefined;
|
|
866
|
+
display_name?: string | undefined;
|
|
866
867
|
manufacturer_part_number?: string | undefined;
|
|
867
868
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
868
869
|
display_value?: string | undefined;
|
|
869
|
-
display_name?: string | undefined;
|
|
870
870
|
are_pins_interchangeable?: boolean | undefined;
|
|
871
871
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
872
872
|
} | {
|
|
@@ -877,10 +877,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
877
877
|
inductance: number;
|
|
878
878
|
subcircuit_id?: string | undefined;
|
|
879
879
|
source_group_id?: string | undefined;
|
|
880
|
+
display_name?: string | undefined;
|
|
880
881
|
manufacturer_part_number?: string | undefined;
|
|
881
882
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
882
883
|
display_value?: string | undefined;
|
|
883
|
-
display_name?: string | undefined;
|
|
884
884
|
are_pins_interchangeable?: boolean | undefined;
|
|
885
885
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
886
886
|
display_inductance?: string | undefined;
|
|
@@ -894,10 +894,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
894
894
|
gender: "male" | "female";
|
|
895
895
|
subcircuit_id?: string | undefined;
|
|
896
896
|
source_group_id?: string | undefined;
|
|
897
|
+
display_name?: string | undefined;
|
|
897
898
|
manufacturer_part_number?: string | undefined;
|
|
898
899
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
899
900
|
display_value?: string | undefined;
|
|
900
|
-
display_name?: string | undefined;
|
|
901
901
|
are_pins_interchangeable?: boolean | undefined;
|
|
902
902
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
903
903
|
} | {
|
|
@@ -907,10 +907,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
907
907
|
ftype: "simple_pinout";
|
|
908
908
|
subcircuit_id?: string | undefined;
|
|
909
909
|
source_group_id?: string | undefined;
|
|
910
|
+
display_name?: string | undefined;
|
|
910
911
|
manufacturer_part_number?: string | undefined;
|
|
911
912
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
912
913
|
display_value?: string | undefined;
|
|
913
|
-
display_name?: string | undefined;
|
|
914
914
|
are_pins_interchangeable?: boolean | undefined;
|
|
915
915
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
916
916
|
} | {
|
|
@@ -922,10 +922,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
922
922
|
load_capacitance: number;
|
|
923
923
|
subcircuit_id?: string | undefined;
|
|
924
924
|
source_group_id?: string | undefined;
|
|
925
|
+
display_name?: string | undefined;
|
|
925
926
|
manufacturer_part_number?: string | undefined;
|
|
926
927
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
927
928
|
display_value?: string | undefined;
|
|
928
|
-
display_name?: string | undefined;
|
|
929
929
|
are_pins_interchangeable?: boolean | undefined;
|
|
930
930
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
931
931
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -936,10 +936,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
936
936
|
ftype: "simple_switch";
|
|
937
937
|
subcircuit_id?: string | undefined;
|
|
938
938
|
source_group_id?: string | undefined;
|
|
939
|
+
display_name?: string | undefined;
|
|
939
940
|
manufacturer_part_number?: string | undefined;
|
|
940
941
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
941
942
|
display_value?: string | undefined;
|
|
942
|
-
display_name?: string | undefined;
|
|
943
943
|
are_pins_interchangeable?: boolean | undefined;
|
|
944
944
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
945
945
|
} | {
|
|
@@ -950,10 +950,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
950
950
|
transistor_type: "npn" | "pnp";
|
|
951
951
|
subcircuit_id?: string | undefined;
|
|
952
952
|
source_group_id?: string | undefined;
|
|
953
|
+
display_name?: string | undefined;
|
|
953
954
|
manufacturer_part_number?: string | undefined;
|
|
954
955
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
955
956
|
display_value?: string | undefined;
|
|
956
|
-
display_name?: string | undefined;
|
|
957
957
|
are_pins_interchangeable?: boolean | undefined;
|
|
958
958
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
959
959
|
} | {
|
|
@@ -967,10 +967,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
967
967
|
hole_diameter?: string | number | undefined;
|
|
968
968
|
pad_shape?: "circle" | "rect" | undefined;
|
|
969
969
|
source_group_id?: string | undefined;
|
|
970
|
+
display_name?: string | undefined;
|
|
970
971
|
manufacturer_part_number?: string | undefined;
|
|
971
972
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
972
973
|
display_value?: string | undefined;
|
|
973
|
-
display_name?: string | undefined;
|
|
974
974
|
are_pins_interchangeable?: boolean | undefined;
|
|
975
975
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
976
976
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -984,10 +984,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
984
984
|
mosfet_mode: "enhancement" | "depletion";
|
|
985
985
|
subcircuit_id?: string | undefined;
|
|
986
986
|
source_group_id?: string | undefined;
|
|
987
|
+
display_name?: string | undefined;
|
|
987
988
|
manufacturer_part_number?: string | undefined;
|
|
988
989
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
989
990
|
display_value?: string | undefined;
|
|
990
|
-
display_name?: string | undefined;
|
|
991
991
|
are_pins_interchangeable?: boolean | undefined;
|
|
992
992
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
993
993
|
} | {
|
|
@@ -997,10 +997,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
997
997
|
ftype: "simple_op_amp";
|
|
998
998
|
subcircuit_id?: string | undefined;
|
|
999
999
|
source_group_id?: string | undefined;
|
|
1000
|
+
display_name?: string | undefined;
|
|
1000
1001
|
manufacturer_part_number?: string | undefined;
|
|
1001
1002
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
1002
1003
|
display_value?: string | undefined;
|
|
1003
|
-
display_name?: string | undefined;
|
|
1004
1004
|
are_pins_interchangeable?: boolean | undefined;
|
|
1005
1005
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
1006
1006
|
} | {
|
|
@@ -1011,10 +1011,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1011
1011
|
max_resistance: number;
|
|
1012
1012
|
subcircuit_id?: string | undefined;
|
|
1013
1013
|
source_group_id?: string | undefined;
|
|
1014
|
+
display_name?: string | undefined;
|
|
1014
1015
|
manufacturer_part_number?: string | undefined;
|
|
1015
1016
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
1016
1017
|
display_value?: string | undefined;
|
|
1017
|
-
display_name?: string | undefined;
|
|
1018
1018
|
are_pins_interchangeable?: boolean | undefined;
|
|
1019
1019
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
1020
1020
|
display_max_resistance?: string | undefined;
|
|
@@ -1025,10 +1025,10 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
1025
1025
|
ftype: "simple_push_button";
|
|
1026
1026
|
subcircuit_id?: string | undefined;
|
|
1027
1027
|
source_group_id?: string | undefined;
|
|
1028
|
+
display_name?: string | undefined;
|
|
1028
1029
|
manufacturer_part_number?: string | undefined;
|
|
1029
1030
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
1030
1031
|
display_value?: string | undefined;
|
|
1031
|
-
display_name?: string | undefined;
|
|
1032
1032
|
are_pins_interchangeable?: boolean | undefined;
|
|
1033
1033
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
1034
1034
|
} | {
|
|
@@ -4620,12 +4620,6 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
4620
4620
|
signal_input_source_net_id?: string | undefined;
|
|
4621
4621
|
reference_input_source_port_id?: string | undefined;
|
|
4622
4622
|
reference_input_source_net_id?: string | undefined;
|
|
4623
|
-
display_options?: {
|
|
4624
|
-
center?: number | undefined;
|
|
4625
|
-
label?: string | undefined;
|
|
4626
|
-
offset_divs?: number | undefined;
|
|
4627
|
-
units_per_div?: number | undefined;
|
|
4628
|
-
} | undefined;
|
|
4629
4623
|
} | {
|
|
4630
4624
|
type: "simulation_current_probe";
|
|
4631
4625
|
simulation_current_probe_id: string;
|
|
@@ -4637,12 +4631,19 @@ declare function runTscircuitCode(filesystemOrCodeString: Record<string, string>
|
|
|
4637
4631
|
negative_source_port_id?: string | undefined;
|
|
4638
4632
|
positive_source_net_id?: string | undefined;
|
|
4639
4633
|
negative_source_net_id?: string | undefined;
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4634
|
+
} | {
|
|
4635
|
+
type: "simulation_oscilloscope_trace";
|
|
4636
|
+
simulation_oscilloscope_trace_id: string;
|
|
4637
|
+
color?: string | undefined;
|
|
4638
|
+
simulation_transient_voltage_graph_id?: string | undefined;
|
|
4639
|
+
simulation_transient_current_graph_id?: string | undefined;
|
|
4640
|
+
simulation_voltage_probe_id?: string | undefined;
|
|
4641
|
+
simulation_current_probe_id?: string | undefined;
|
|
4642
|
+
display_name?: string | undefined;
|
|
4643
|
+
display_center_value?: number | undefined;
|
|
4644
|
+
display_center_offset_divs?: number | undefined;
|
|
4645
|
+
volts_per_div?: number | undefined;
|
|
4646
|
+
amps_per_div?: number | undefined;
|
|
4646
4647
|
} | {
|
|
4647
4648
|
message: string;
|
|
4648
4649
|
type: "simulation_unknown_experiment_error";
|
|
@@ -4745,10 +4746,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4745
4746
|
resistance: number;
|
|
4746
4747
|
subcircuit_id?: string | undefined;
|
|
4747
4748
|
source_group_id?: string | undefined;
|
|
4749
|
+
display_name?: string | undefined;
|
|
4748
4750
|
manufacturer_part_number?: string | undefined;
|
|
4749
4751
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4750
4752
|
display_value?: string | undefined;
|
|
4751
|
-
display_name?: string | undefined;
|
|
4752
4753
|
are_pins_interchangeable?: boolean | undefined;
|
|
4753
4754
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4754
4755
|
display_resistance?: string | undefined;
|
|
@@ -4760,10 +4761,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4760
4761
|
capacitance: number;
|
|
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
|
max_voltage_rating?: number | undefined;
|
|
@@ -4776,10 +4777,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4776
4777
|
ftype: "simple_diode";
|
|
4777
4778
|
subcircuit_id?: string | undefined;
|
|
4778
4779
|
source_group_id?: string | undefined;
|
|
4780
|
+
display_name?: string | undefined;
|
|
4779
4781
|
manufacturer_part_number?: string | undefined;
|
|
4780
4782
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4781
4783
|
display_value?: string | undefined;
|
|
4782
|
-
display_name?: string | undefined;
|
|
4783
4784
|
are_pins_interchangeable?: boolean | undefined;
|
|
4784
4785
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4785
4786
|
} | {
|
|
@@ -4789,10 +4790,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4789
4790
|
ftype: "simple_fiducial";
|
|
4790
4791
|
subcircuit_id?: string | undefined;
|
|
4791
4792
|
source_group_id?: string | undefined;
|
|
4793
|
+
display_name?: string | undefined;
|
|
4792
4794
|
manufacturer_part_number?: string | undefined;
|
|
4793
4795
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4794
4796
|
display_value?: string | undefined;
|
|
4795
|
-
display_name?: string | undefined;
|
|
4796
4797
|
are_pins_interchangeable?: boolean | undefined;
|
|
4797
4798
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4798
4799
|
} | {
|
|
@@ -4803,10 +4804,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4803
4804
|
subcircuit_id?: string | undefined;
|
|
4804
4805
|
color?: string | undefined;
|
|
4805
4806
|
source_group_id?: string | undefined;
|
|
4807
|
+
display_name?: string | undefined;
|
|
4806
4808
|
manufacturer_part_number?: string | undefined;
|
|
4807
4809
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4808
4810
|
display_value?: string | undefined;
|
|
4809
|
-
display_name?: string | undefined;
|
|
4810
4811
|
are_pins_interchangeable?: boolean | undefined;
|
|
4811
4812
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4812
4813
|
wavelength?: string | undefined;
|
|
@@ -4817,10 +4818,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4817
4818
|
ftype: "simple_ground";
|
|
4818
4819
|
subcircuit_id?: string | undefined;
|
|
4819
4820
|
source_group_id?: string | undefined;
|
|
4821
|
+
display_name?: string | undefined;
|
|
4820
4822
|
manufacturer_part_number?: string | undefined;
|
|
4821
4823
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4822
4824
|
display_value?: string | undefined;
|
|
4823
|
-
display_name?: string | undefined;
|
|
4824
4825
|
are_pins_interchangeable?: boolean | undefined;
|
|
4825
4826
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4826
4827
|
} | {
|
|
@@ -4830,10 +4831,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4830
4831
|
ftype: "simple_chip";
|
|
4831
4832
|
subcircuit_id?: string | undefined;
|
|
4832
4833
|
source_group_id?: string | undefined;
|
|
4834
|
+
display_name?: string | undefined;
|
|
4833
4835
|
manufacturer_part_number?: string | undefined;
|
|
4834
4836
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4835
4837
|
display_value?: string | undefined;
|
|
4836
|
-
display_name?: string | undefined;
|
|
4837
4838
|
are_pins_interchangeable?: boolean | undefined;
|
|
4838
4839
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4839
4840
|
} | {
|
|
@@ -4844,10 +4845,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4844
4845
|
ftype: "simple_power_source";
|
|
4845
4846
|
subcircuit_id?: string | undefined;
|
|
4846
4847
|
source_group_id?: string | undefined;
|
|
4848
|
+
display_name?: string | undefined;
|
|
4847
4849
|
manufacturer_part_number?: string | undefined;
|
|
4848
4850
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4849
4851
|
display_value?: string | undefined;
|
|
4850
|
-
display_name?: string | undefined;
|
|
4851
4852
|
are_pins_interchangeable?: boolean | undefined;
|
|
4852
4853
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4853
4854
|
} | {
|
|
@@ -4863,10 +4864,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4863
4864
|
phase?: number | undefined;
|
|
4864
4865
|
duty_cycle?: number | undefined;
|
|
4865
4866
|
peak_to_peak_current?: number | undefined;
|
|
4867
|
+
display_name?: string | undefined;
|
|
4866
4868
|
manufacturer_part_number?: string | undefined;
|
|
4867
4869
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4868
4870
|
display_value?: string | undefined;
|
|
4869
|
-
display_name?: string | undefined;
|
|
4870
4871
|
are_pins_interchangeable?: boolean | undefined;
|
|
4871
4872
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4872
4873
|
} | {
|
|
@@ -4876,10 +4877,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4876
4877
|
ftype: "simple_ammeter";
|
|
4877
4878
|
subcircuit_id?: string | undefined;
|
|
4878
4879
|
source_group_id?: string | undefined;
|
|
4880
|
+
display_name?: string | undefined;
|
|
4879
4881
|
manufacturer_part_number?: string | undefined;
|
|
4880
4882
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4881
4883
|
display_value?: string | undefined;
|
|
4882
|
-
display_name?: string | undefined;
|
|
4883
4884
|
are_pins_interchangeable?: boolean | undefined;
|
|
4884
4885
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4885
4886
|
} | {
|
|
@@ -4890,10 +4891,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4890
4891
|
capacity: number;
|
|
4891
4892
|
subcircuit_id?: string | undefined;
|
|
4892
4893
|
source_group_id?: string | undefined;
|
|
4894
|
+
display_name?: string | undefined;
|
|
4893
4895
|
manufacturer_part_number?: string | undefined;
|
|
4894
4896
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4895
4897
|
display_value?: string | undefined;
|
|
4896
|
-
display_name?: string | undefined;
|
|
4897
4898
|
are_pins_interchangeable?: boolean | undefined;
|
|
4898
4899
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4899
4900
|
} | {
|
|
@@ -4904,10 +4905,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4904
4905
|
inductance: number;
|
|
4905
4906
|
subcircuit_id?: string | undefined;
|
|
4906
4907
|
source_group_id?: string | undefined;
|
|
4908
|
+
display_name?: string | undefined;
|
|
4907
4909
|
manufacturer_part_number?: string | undefined;
|
|
4908
4910
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4909
4911
|
display_value?: string | undefined;
|
|
4910
|
-
display_name?: string | undefined;
|
|
4911
4912
|
are_pins_interchangeable?: boolean | undefined;
|
|
4912
4913
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4913
4914
|
display_inductance?: string | undefined;
|
|
@@ -4919,10 +4920,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4919
4920
|
ftype: "simple_push_button";
|
|
4920
4921
|
subcircuit_id?: string | undefined;
|
|
4921
4922
|
source_group_id?: string | undefined;
|
|
4923
|
+
display_name?: string | undefined;
|
|
4922
4924
|
manufacturer_part_number?: string | undefined;
|
|
4923
4925
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4924
4926
|
display_value?: string | undefined;
|
|
4925
|
-
display_name?: string | undefined;
|
|
4926
4927
|
are_pins_interchangeable?: boolean | undefined;
|
|
4927
4928
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4928
4929
|
} | {
|
|
@@ -4933,10 +4934,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4933
4934
|
max_resistance: number;
|
|
4934
4935
|
subcircuit_id?: string | undefined;
|
|
4935
4936
|
source_group_id?: string | undefined;
|
|
4937
|
+
display_name?: string | undefined;
|
|
4936
4938
|
manufacturer_part_number?: string | undefined;
|
|
4937
4939
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4938
4940
|
display_value?: string | undefined;
|
|
4939
|
-
display_name?: string | undefined;
|
|
4940
4941
|
are_pins_interchangeable?: boolean | undefined;
|
|
4941
4942
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4942
4943
|
display_max_resistance?: string | undefined;
|
|
@@ -4948,10 +4949,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4948
4949
|
ftype: "simple_crystal";
|
|
4949
4950
|
subcircuit_id?: string | undefined;
|
|
4950
4951
|
source_group_id?: string | undefined;
|
|
4952
|
+
display_name?: string | undefined;
|
|
4951
4953
|
manufacturer_part_number?: string | undefined;
|
|
4952
4954
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4953
4955
|
display_value?: string | undefined;
|
|
4954
|
-
display_name?: string | undefined;
|
|
4955
4956
|
are_pins_interchangeable?: boolean | undefined;
|
|
4956
4957
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4957
4958
|
load_capacitance?: number | undefined;
|
|
@@ -4965,10 +4966,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4965
4966
|
gender: "male" | "female";
|
|
4966
4967
|
subcircuit_id?: string | undefined;
|
|
4967
4968
|
source_group_id?: string | undefined;
|
|
4969
|
+
display_name?: string | undefined;
|
|
4968
4970
|
manufacturer_part_number?: string | undefined;
|
|
4969
4971
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4970
4972
|
display_value?: string | undefined;
|
|
4971
|
-
display_name?: string | undefined;
|
|
4972
4973
|
are_pins_interchangeable?: boolean | undefined;
|
|
4973
4974
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4974
4975
|
} | {
|
|
@@ -4978,10 +4979,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4978
4979
|
ftype: "simple_connector";
|
|
4979
4980
|
subcircuit_id?: string | undefined;
|
|
4980
4981
|
source_group_id?: string | undefined;
|
|
4982
|
+
display_name?: string | undefined;
|
|
4981
4983
|
manufacturer_part_number?: string | undefined;
|
|
4982
4984
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4983
4985
|
display_value?: string | undefined;
|
|
4984
|
-
display_name?: string | undefined;
|
|
4985
4986
|
are_pins_interchangeable?: boolean | undefined;
|
|
4986
4987
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
4987
4988
|
standard?: "usb_c" | "m2" | undefined;
|
|
@@ -4992,10 +4993,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
4992
4993
|
ftype: "simple_pinout";
|
|
4993
4994
|
subcircuit_id?: string | undefined;
|
|
4994
4995
|
source_group_id?: string | undefined;
|
|
4996
|
+
display_name?: string | undefined;
|
|
4995
4997
|
manufacturer_part_number?: string | undefined;
|
|
4996
4998
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
4997
4999
|
display_value?: string | undefined;
|
|
4998
|
-
display_name?: string | undefined;
|
|
4999
5000
|
are_pins_interchangeable?: boolean | undefined;
|
|
5000
5001
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5001
5002
|
} | {
|
|
@@ -5007,10 +5008,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5007
5008
|
load_capacitance: number;
|
|
5008
5009
|
subcircuit_id?: string | undefined;
|
|
5009
5010
|
source_group_id?: string | undefined;
|
|
5011
|
+
display_name?: string | undefined;
|
|
5010
5012
|
manufacturer_part_number?: string | undefined;
|
|
5011
5013
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5012
5014
|
display_value?: string | undefined;
|
|
5013
|
-
display_name?: string | undefined;
|
|
5014
5015
|
are_pins_interchangeable?: boolean | undefined;
|
|
5015
5016
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5016
5017
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -5021,10 +5022,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5021
5022
|
ftype: "simple_switch";
|
|
5022
5023
|
subcircuit_id?: string | undefined;
|
|
5023
5024
|
source_group_id?: string | undefined;
|
|
5025
|
+
display_name?: string | undefined;
|
|
5024
5026
|
manufacturer_part_number?: string | undefined;
|
|
5025
5027
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5026
5028
|
display_value?: string | undefined;
|
|
5027
|
-
display_name?: string | undefined;
|
|
5028
5029
|
are_pins_interchangeable?: boolean | undefined;
|
|
5029
5030
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5030
5031
|
} | {
|
|
@@ -5035,10 +5036,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5035
5036
|
transistor_type: "npn" | "pnp";
|
|
5036
5037
|
subcircuit_id?: string | undefined;
|
|
5037
5038
|
source_group_id?: string | undefined;
|
|
5039
|
+
display_name?: string | undefined;
|
|
5038
5040
|
manufacturer_part_number?: string | undefined;
|
|
5039
5041
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5040
5042
|
display_value?: string | undefined;
|
|
5041
|
-
display_name?: string | undefined;
|
|
5042
5043
|
are_pins_interchangeable?: boolean | undefined;
|
|
5043
5044
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5044
5045
|
} | {
|
|
@@ -5052,10 +5053,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5052
5053
|
hole_diameter?: string | number | undefined;
|
|
5053
5054
|
pad_shape?: "circle" | "rect" | undefined;
|
|
5054
5055
|
source_group_id?: string | undefined;
|
|
5056
|
+
display_name?: string | undefined;
|
|
5055
5057
|
manufacturer_part_number?: string | undefined;
|
|
5056
5058
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5057
5059
|
display_value?: string | undefined;
|
|
5058
|
-
display_name?: string | undefined;
|
|
5059
5060
|
are_pins_interchangeable?: boolean | undefined;
|
|
5060
5061
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5061
5062
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -5069,10 +5070,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5069
5070
|
mosfet_mode: "enhancement" | "depletion";
|
|
5070
5071
|
subcircuit_id?: string | undefined;
|
|
5071
5072
|
source_group_id?: string | undefined;
|
|
5073
|
+
display_name?: string | undefined;
|
|
5072
5074
|
manufacturer_part_number?: string | undefined;
|
|
5073
5075
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5074
5076
|
display_value?: string | undefined;
|
|
5075
|
-
display_name?: string | undefined;
|
|
5076
5077
|
are_pins_interchangeable?: boolean | undefined;
|
|
5077
5078
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5078
5079
|
} | {
|
|
@@ -5082,10 +5083,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5082
5083
|
ftype: "simple_op_amp";
|
|
5083
5084
|
subcircuit_id?: string | undefined;
|
|
5084
5085
|
source_group_id?: string | undefined;
|
|
5086
|
+
display_name?: string | undefined;
|
|
5085
5087
|
manufacturer_part_number?: string | undefined;
|
|
5086
5088
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5087
5089
|
display_value?: string | undefined;
|
|
5088
|
-
display_name?: string | undefined;
|
|
5089
5090
|
are_pins_interchangeable?: boolean | undefined;
|
|
5090
5091
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5091
5092
|
} | {
|
|
@@ -5097,10 +5098,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5097
5098
|
voltage_rating_volts: number;
|
|
5098
5099
|
subcircuit_id?: string | undefined;
|
|
5099
5100
|
source_group_id?: string | undefined;
|
|
5101
|
+
display_name?: string | undefined;
|
|
5100
5102
|
manufacturer_part_number?: string | undefined;
|
|
5101
5103
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5102
5104
|
display_value?: string | undefined;
|
|
5103
|
-
display_name?: string | undefined;
|
|
5104
5105
|
are_pins_interchangeable?: boolean | undefined;
|
|
5105
5106
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5106
5107
|
} | {
|
|
@@ -5110,10 +5111,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5110
5111
|
ftype: "simple_voltage_probe";
|
|
5111
5112
|
subcircuit_id?: string | undefined;
|
|
5112
5113
|
source_group_id?: string | undefined;
|
|
5114
|
+
display_name?: string | undefined;
|
|
5113
5115
|
manufacturer_part_number?: string | undefined;
|
|
5114
5116
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5115
5117
|
display_value?: string | undefined;
|
|
5116
|
-
display_name?: string | undefined;
|
|
5117
5118
|
are_pins_interchangeable?: boolean | undefined;
|
|
5118
5119
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5119
5120
|
} | {
|
|
@@ -5123,10 +5124,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5123
5124
|
ftype: "interconnect";
|
|
5124
5125
|
subcircuit_id?: string | undefined;
|
|
5125
5126
|
source_group_id?: string | undefined;
|
|
5127
|
+
display_name?: string | undefined;
|
|
5126
5128
|
manufacturer_part_number?: string | undefined;
|
|
5127
5129
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5128
5130
|
display_value?: string | undefined;
|
|
5129
|
-
display_name?: string | undefined;
|
|
5130
5131
|
are_pins_interchangeable?: boolean | undefined;
|
|
5131
5132
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5132
5133
|
} | {
|
|
@@ -5147,10 +5148,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5147
5148
|
fall_time?: number | undefined;
|
|
5148
5149
|
pulse_width?: number | undefined;
|
|
5149
5150
|
period?: number | undefined;
|
|
5151
|
+
display_name?: string | undefined;
|
|
5150
5152
|
manufacturer_part_number?: string | undefined;
|
|
5151
5153
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5152
5154
|
display_value?: string | undefined;
|
|
5153
|
-
display_name?: string | undefined;
|
|
5154
5155
|
are_pins_interchangeable?: boolean | undefined;
|
|
5155
5156
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5156
5157
|
} | {
|
|
@@ -5276,10 +5277,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5276
5277
|
ftype: "simple_chip";
|
|
5277
5278
|
subcircuit_id?: string | undefined;
|
|
5278
5279
|
source_group_id?: string | undefined;
|
|
5280
|
+
display_name?: string | undefined;
|
|
5279
5281
|
manufacturer_part_number?: string | undefined;
|
|
5280
5282
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5281
5283
|
display_value?: string | undefined;
|
|
5282
|
-
display_name?: string | undefined;
|
|
5283
5284
|
are_pins_interchangeable?: boolean | undefined;
|
|
5284
5285
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5285
5286
|
} | {
|
|
@@ -5290,10 +5291,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5290
5291
|
capacitance: number;
|
|
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
|
max_voltage_rating?: number | undefined;
|
|
@@ -5306,10 +5307,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5306
5307
|
ftype: "simple_diode";
|
|
5307
5308
|
subcircuit_id?: string | undefined;
|
|
5308
5309
|
source_group_id?: string | undefined;
|
|
5310
|
+
display_name?: string | undefined;
|
|
5309
5311
|
manufacturer_part_number?: string | undefined;
|
|
5310
5312
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5311
5313
|
display_value?: string | undefined;
|
|
5312
|
-
display_name?: string | undefined;
|
|
5313
5314
|
are_pins_interchangeable?: boolean | undefined;
|
|
5314
5315
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5315
5316
|
} | {
|
|
@@ -5320,10 +5321,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5320
5321
|
subcircuit_id?: string | undefined;
|
|
5321
5322
|
color?: string | undefined;
|
|
5322
5323
|
source_group_id?: string | undefined;
|
|
5324
|
+
display_name?: string | undefined;
|
|
5323
5325
|
manufacturer_part_number?: string | undefined;
|
|
5324
5326
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5325
5327
|
display_value?: string | undefined;
|
|
5326
|
-
display_name?: string | undefined;
|
|
5327
5328
|
are_pins_interchangeable?: boolean | undefined;
|
|
5328
5329
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5329
5330
|
wavelength?: string | undefined;
|
|
@@ -5335,10 +5336,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5335
5336
|
resistance: number;
|
|
5336
5337
|
subcircuit_id?: string | undefined;
|
|
5337
5338
|
source_group_id?: string | undefined;
|
|
5339
|
+
display_name?: string | undefined;
|
|
5338
5340
|
manufacturer_part_number?: string | undefined;
|
|
5339
5341
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5340
5342
|
display_value?: string | undefined;
|
|
5341
|
-
display_name?: string | undefined;
|
|
5342
5343
|
are_pins_interchangeable?: boolean | undefined;
|
|
5343
5344
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5344
5345
|
display_resistance?: string | undefined;
|
|
@@ -5350,10 +5351,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5350
5351
|
ftype: "simple_power_source";
|
|
5351
5352
|
subcircuit_id?: string | undefined;
|
|
5352
5353
|
source_group_id?: string | undefined;
|
|
5354
|
+
display_name?: string | undefined;
|
|
5353
5355
|
manufacturer_part_number?: string | undefined;
|
|
5354
5356
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5355
5357
|
display_value?: string | undefined;
|
|
5356
|
-
display_name?: string | undefined;
|
|
5357
5358
|
are_pins_interchangeable?: boolean | undefined;
|
|
5358
5359
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5359
5360
|
} | {
|
|
@@ -5364,10 +5365,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5364
5365
|
capacity: number;
|
|
5365
5366
|
subcircuit_id?: string | undefined;
|
|
5366
5367
|
source_group_id?: string | undefined;
|
|
5368
|
+
display_name?: string | undefined;
|
|
5367
5369
|
manufacturer_part_number?: string | undefined;
|
|
5368
5370
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5369
5371
|
display_value?: string | undefined;
|
|
5370
|
-
display_name?: string | undefined;
|
|
5371
5372
|
are_pins_interchangeable?: boolean | undefined;
|
|
5372
5373
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5373
5374
|
} | {
|
|
@@ -5378,10 +5379,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5378
5379
|
inductance: number;
|
|
5379
5380
|
subcircuit_id?: string | undefined;
|
|
5380
5381
|
source_group_id?: string | undefined;
|
|
5382
|
+
display_name?: string | undefined;
|
|
5381
5383
|
manufacturer_part_number?: string | undefined;
|
|
5382
5384
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5383
5385
|
display_value?: string | undefined;
|
|
5384
|
-
display_name?: string | undefined;
|
|
5385
5386
|
are_pins_interchangeable?: boolean | undefined;
|
|
5386
5387
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5387
5388
|
display_inductance?: string | undefined;
|
|
@@ -5395,10 +5396,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5395
5396
|
gender: "male" | "female";
|
|
5396
5397
|
subcircuit_id?: string | undefined;
|
|
5397
5398
|
source_group_id?: string | undefined;
|
|
5399
|
+
display_name?: string | undefined;
|
|
5398
5400
|
manufacturer_part_number?: string | undefined;
|
|
5399
5401
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5400
5402
|
display_value?: string | undefined;
|
|
5401
|
-
display_name?: string | undefined;
|
|
5402
5403
|
are_pins_interchangeable?: boolean | undefined;
|
|
5403
5404
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5404
5405
|
} | {
|
|
@@ -5408,10 +5409,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5408
5409
|
ftype: "simple_pinout";
|
|
5409
5410
|
subcircuit_id?: string | undefined;
|
|
5410
5411
|
source_group_id?: string | undefined;
|
|
5412
|
+
display_name?: string | undefined;
|
|
5411
5413
|
manufacturer_part_number?: string | undefined;
|
|
5412
5414
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5413
5415
|
display_value?: string | undefined;
|
|
5414
|
-
display_name?: string | undefined;
|
|
5415
5416
|
are_pins_interchangeable?: boolean | undefined;
|
|
5416
5417
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5417
5418
|
} | {
|
|
@@ -5423,10 +5424,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5423
5424
|
load_capacitance: number;
|
|
5424
5425
|
subcircuit_id?: string | undefined;
|
|
5425
5426
|
source_group_id?: string | undefined;
|
|
5427
|
+
display_name?: string | undefined;
|
|
5426
5428
|
manufacturer_part_number?: string | undefined;
|
|
5427
5429
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5428
5430
|
display_value?: string | undefined;
|
|
5429
|
-
display_name?: string | undefined;
|
|
5430
5431
|
are_pins_interchangeable?: boolean | undefined;
|
|
5431
5432
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5432
5433
|
equivalent_series_resistance?: number | undefined;
|
|
@@ -5437,10 +5438,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5437
5438
|
ftype: "simple_switch";
|
|
5438
5439
|
subcircuit_id?: string | undefined;
|
|
5439
5440
|
source_group_id?: string | undefined;
|
|
5441
|
+
display_name?: string | undefined;
|
|
5440
5442
|
manufacturer_part_number?: string | undefined;
|
|
5441
5443
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5442
5444
|
display_value?: string | undefined;
|
|
5443
|
-
display_name?: string | undefined;
|
|
5444
5445
|
are_pins_interchangeable?: boolean | undefined;
|
|
5445
5446
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5446
5447
|
} | {
|
|
@@ -5451,10 +5452,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5451
5452
|
transistor_type: "npn" | "pnp";
|
|
5452
5453
|
subcircuit_id?: string | undefined;
|
|
5453
5454
|
source_group_id?: string | undefined;
|
|
5455
|
+
display_name?: string | undefined;
|
|
5454
5456
|
manufacturer_part_number?: string | undefined;
|
|
5455
5457
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5456
5458
|
display_value?: string | undefined;
|
|
5457
|
-
display_name?: string | undefined;
|
|
5458
5459
|
are_pins_interchangeable?: boolean | undefined;
|
|
5459
5460
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5460
5461
|
} | {
|
|
@@ -5468,10 +5469,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5468
5469
|
hole_diameter?: string | number | undefined;
|
|
5469
5470
|
pad_shape?: "circle" | "rect" | undefined;
|
|
5470
5471
|
source_group_id?: string | undefined;
|
|
5472
|
+
display_name?: string | undefined;
|
|
5471
5473
|
manufacturer_part_number?: string | undefined;
|
|
5472
5474
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5473
5475
|
display_value?: string | undefined;
|
|
5474
|
-
display_name?: string | undefined;
|
|
5475
5476
|
are_pins_interchangeable?: boolean | undefined;
|
|
5476
5477
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5477
5478
|
footprint_variant?: "through_hole" | "pad" | undefined;
|
|
@@ -5485,10 +5486,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5485
5486
|
mosfet_mode: "enhancement" | "depletion";
|
|
5486
5487
|
subcircuit_id?: string | undefined;
|
|
5487
5488
|
source_group_id?: string | undefined;
|
|
5489
|
+
display_name?: string | undefined;
|
|
5488
5490
|
manufacturer_part_number?: string | undefined;
|
|
5489
5491
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5490
5492
|
display_value?: string | undefined;
|
|
5491
|
-
display_name?: string | undefined;
|
|
5492
5493
|
are_pins_interchangeable?: boolean | undefined;
|
|
5493
5494
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5494
5495
|
} | {
|
|
@@ -5498,10 +5499,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5498
5499
|
ftype: "simple_op_amp";
|
|
5499
5500
|
subcircuit_id?: string | undefined;
|
|
5500
5501
|
source_group_id?: string | undefined;
|
|
5502
|
+
display_name?: string | undefined;
|
|
5501
5503
|
manufacturer_part_number?: string | undefined;
|
|
5502
5504
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5503
5505
|
display_value?: string | undefined;
|
|
5504
|
-
display_name?: string | undefined;
|
|
5505
5506
|
are_pins_interchangeable?: boolean | undefined;
|
|
5506
5507
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5507
5508
|
} | {
|
|
@@ -5512,10 +5513,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5512
5513
|
max_resistance: number;
|
|
5513
5514
|
subcircuit_id?: string | undefined;
|
|
5514
5515
|
source_group_id?: string | undefined;
|
|
5516
|
+
display_name?: string | undefined;
|
|
5515
5517
|
manufacturer_part_number?: string | undefined;
|
|
5516
5518
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5517
5519
|
display_value?: string | undefined;
|
|
5518
|
-
display_name?: string | undefined;
|
|
5519
5520
|
are_pins_interchangeable?: boolean | undefined;
|
|
5520
5521
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5521
5522
|
display_max_resistance?: string | undefined;
|
|
@@ -5526,10 +5527,10 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
5526
5527
|
ftype: "simple_push_button";
|
|
5527
5528
|
subcircuit_id?: string | undefined;
|
|
5528
5529
|
source_group_id?: string | undefined;
|
|
5530
|
+
display_name?: string | undefined;
|
|
5529
5531
|
manufacturer_part_number?: string | undefined;
|
|
5530
5532
|
supplier_part_numbers?: Partial<Record<"jlcpcb" | "macrofab" | "pcbway" | "digikey" | "mouser" | "lcsc", string[]>> | undefined;
|
|
5531
5533
|
display_value?: string | undefined;
|
|
5532
|
-
display_name?: string | undefined;
|
|
5533
5534
|
are_pins_interchangeable?: boolean | undefined;
|
|
5534
5535
|
internally_connected_source_port_ids?: string[][] | undefined;
|
|
5535
5536
|
} | {
|
|
@@ -9121,12 +9122,6 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
9121
9122
|
signal_input_source_net_id?: string | undefined;
|
|
9122
9123
|
reference_input_source_port_id?: string | undefined;
|
|
9123
9124
|
reference_input_source_net_id?: string | undefined;
|
|
9124
|
-
display_options?: {
|
|
9125
|
-
center?: number | undefined;
|
|
9126
|
-
label?: string | undefined;
|
|
9127
|
-
offset_divs?: number | undefined;
|
|
9128
|
-
units_per_div?: number | undefined;
|
|
9129
|
-
} | undefined;
|
|
9130
9125
|
} | {
|
|
9131
9126
|
type: "simulation_current_probe";
|
|
9132
9127
|
simulation_current_probe_id: string;
|
|
@@ -9138,12 +9133,19 @@ declare const runTscircuitModule: (module: string, opts?: {
|
|
|
9138
9133
|
negative_source_port_id?: string | undefined;
|
|
9139
9134
|
positive_source_net_id?: string | undefined;
|
|
9140
9135
|
negative_source_net_id?: string | undefined;
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9146
|
-
|
|
9136
|
+
} | {
|
|
9137
|
+
type: "simulation_oscilloscope_trace";
|
|
9138
|
+
simulation_oscilloscope_trace_id: string;
|
|
9139
|
+
color?: string | undefined;
|
|
9140
|
+
simulation_transient_voltage_graph_id?: string | undefined;
|
|
9141
|
+
simulation_transient_current_graph_id?: string | undefined;
|
|
9142
|
+
simulation_voltage_probe_id?: string | undefined;
|
|
9143
|
+
simulation_current_probe_id?: string | undefined;
|
|
9144
|
+
display_name?: string | undefined;
|
|
9145
|
+
display_center_value?: number | undefined;
|
|
9146
|
+
display_center_offset_divs?: number | undefined;
|
|
9147
|
+
volts_per_div?: number | undefined;
|
|
9148
|
+
amps_per_div?: number | undefined;
|
|
9147
9149
|
} | {
|
|
9148
9150
|
message: string;
|
|
9149
9151
|
type: "simulation_unknown_experiment_error";
|