|
| 1 | + |
| 2 | +# Data Section Options |
| 3 | + |
| 4 | +<!-- This file was automatically generated by scripts/docs.py |
| 5 | +on Fri Sep 13 12:59:48 2024 --> |
| 6 | + |
| 7 | +## Scope `:WIRE-TAG` |
| 8 | + |
| 9 | +| Option | Value | Description | Default | |
| 10 | +|:------:|:-----:|:------------|:-------:| |
| 11 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 12 | +| linewidth | float | Width of drawn lines | 2 | |
| 13 | +| color | str | Default color for everything | 'black' | |
| 14 | + |
| 15 | +## Scope `:WIRE` |
| 16 | + |
| 17 | +| Option | Value | Description | Default | |
| 18 | +|:------:|:-----:|:------------|:-------:| |
| 19 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 20 | +| linewidth | float | Width of drawn lines | 2 | |
| 21 | +| color | str | Default color for everything | 'black' | |
| 22 | + |
| 23 | +## Scope `:NET` |
| 24 | + |
| 25 | +| Option | Value | Description | Default | |
| 26 | +|:------:|:-----:|:------------|:-------:| |
| 27 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 28 | +| linewidth | float | Width of drawn lines | 2 | |
| 29 | +| color | str | Default color for everything | 'black' | |
| 30 | + |
| 31 | +## Scope `:COMPONENT` |
| 32 | + |
| 33 | +| Option | Value | Description | Default | |
| 34 | +|:------:|:-----:|:------------|:-------:| |
| 35 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 36 | +| linewidth | float | Width of drawn lines | 2 | |
| 37 | +| color | str | Default color for everything | 'black' | |
| 38 | +| offset_scale | float | How far to offset the label from the center of the component. Relative to the global scale option. | 1 | |
| 39 | +| font | str | Text font for labels | 'monospace' | |
| 40 | + |
| 41 | +## Scope `:ANNOTATION` |
| 42 | + |
| 43 | +| Option | Value | Description | Default | |
| 44 | +|:------:|:-----:|:------------|:-------:| |
| 45 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 46 | +| linewidth | float | Width of drawn lines | 2 | |
| 47 | +| color | str | Default color for everything | 'black' | |
| 48 | +| font | str | Text font | 'sans-serif' | |
| 49 | + |
| 50 | +## Scope `:ANNOTATION-LINE` |
| 51 | + |
| 52 | +| Option | Value | Description | Default | |
| 53 | +|:------:|:-----:|:------------|:-------:| |
| 54 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 55 | +| linewidth | float | Width of drawn lines | 2 | |
| 56 | +| color | str | Default color for everything | 'black' | |
| 57 | + |
| 58 | +## Scope `:ROOT` |
| 59 | + |
| 60 | +| Option | Value | Description | Default | |
| 61 | +|:------:|:-----:|:------------|:-------:| |
| 62 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 63 | +| padding | float | Margin around the border of the drawing | 10 | |
| 64 | + |
| 65 | +## Component `:BATTERY` |
| 66 | + |
| 67 | +Reference Designators: `B`, `BT`, `BAT` |
| 68 | + |
| 69 | +| Option | Value | Description | Default | |
| 70 | +|:------:|:-----:|:------------|:-------:| |
| 71 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 72 | +| linewidth | float | Width of drawn lines | 2 | |
| 73 | +| color | str | Default color for everything | 'black' | |
| 74 | +| offset_scale | float | How far to offset the label from the center of the component. Relative to the global scale option. | 1 | |
| 75 | +| font | str | Text font for labels | 'monospace' | |
| 76 | +| value | str | Battery voltage | (required) | |
| 77 | +| capacity | str | Battery capacity in amp-hours | (no value) | |
| 78 | + |
| 79 | +## Component `:CAPACITOR` |
| 80 | + |
| 81 | +Reference Designators: `C`, `VC`, `CV` |
| 82 | + |
| 83 | +| Option | Value | Description | Default | |
| 84 | +|:------:|:-----:|:------------|:-------:| |
| 85 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 86 | +| linewidth | float | Width of drawn lines | 2 | |
| 87 | +| color | str | Default color for everything | 'black' | |
| 88 | +| offset_scale | float | How far to offset the label from the center of the component. Relative to the global scale option. | 1 | |
| 89 | +| font | str | Text font for labels | 'monospace' | |
| 90 | +| value | str | Capacitance in farads | (required) | |
| 91 | +| voltage | str | Maximum voltage tolerance in volts | (no value) | |
| 92 | + |
| 93 | +## Component `:INDUCTOR` |
| 94 | + |
| 95 | +Reference Designators: `L`, `VL`, `LV` |
| 96 | + |
| 97 | +| Option | Value | Description | Default | |
| 98 | +|:------:|:-----:|:------------|:-------:| |
| 99 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 100 | +| linewidth | float | Width of drawn lines | 2 | |
| 101 | +| color | str | Default color for everything | 'black' | |
| 102 | +| offset_scale | float | How far to offset the label from the center of the component. Relative to the global scale option. | 1 | |
| 103 | +| font | str | Text font for labels | 'monospace' | |
| 104 | +| value | str | Inductance in henries | (required) | |
| 105 | +| current | str | Maximum current rating in amps | (no value) | |
| 106 | + |
| 107 | +## Component `:RESISTOR` |
| 108 | + |
| 109 | +Reference Designators: `R`, `VR`, `RV` |
| 110 | + |
| 111 | +| Option | Value | Description | Default | |
| 112 | +|:------:|:-----:|:------------|:-------:| |
| 113 | +| scale | float | Scale by which to enlarge the entire diagram by | 15 | |
| 114 | +| linewidth | float | Width of drawn lines | 2 | |
| 115 | +| color | str | Default color for everything | 'black' | |
| 116 | +| offset_scale | float | How far to offset the label from the center of the component. Relative to the global scale option. | 1 | |
| 117 | +| font | str | Text font for labels | 'monospace' | |
| 118 | +| value | str | Resistance in ohms | (required) | |
| 119 | +| power | str | Maximum power dissipation in watts (i.e. size of the resistor) | (no value) | |
0 commit comments