Part parameters refresh
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 58 KiB |
BIN
docs/assets/images/part/parametric_table_example.png
Normal file
After Width: | Height: | Size: 58 KiB |
BIN
docs/assets/images/part/parametric_table_tab.png
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 52 KiB |
@ -7,7 +7,7 @@ title: Part Parameters
|
||||
Part parameters are located in the "Parameters" tab, on each part detail page.
|
||||
There is no limit for the number of part parameters and they are fully customizable through the use of parameters templates.
|
||||
|
||||
Here is an example of parameters for a Ceramic capacitor:
|
||||
Here is an example of parameters for a capacitor:
|
||||
{% with id="part_parameters_example", url="part/part_parameters_example.png", description="Part Parameters Example List" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
@ -16,17 +16,14 @@ Here is an example of parameters for a Ceramic capacitor:
|
||||
|
||||
A *Parameter Template* is required for each part parameter.
|
||||
|
||||
To create a template, you have two options:
|
||||
To create a template:
|
||||
|
||||
1. navigate to the "Settings" page, click on the "Part" tab and then click on the "New Parameter" button
|
||||
0. navigate to a specific part detail page, click on the "Parameters" tab, click on the "New Parameters" button then click on the "New Template" button in the newly displayed form.
|
||||
|
||||
The `Create Part Parameter Template` form will be displayed:
|
||||
{% with id="create_parameter_template", url="part/create_parameter_template.png", description="Create Part Parameter Template Form" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
Fill-out the template `Name` (required) and `Units` (optional) fields then click the "Submit" button.
|
||||
- navigate to the "Settings" page
|
||||
- click on the "Parts" tab
|
||||
- scroll down to the "Part Parameter Templates" section
|
||||
- click on the "New Parameter" button
|
||||
- fill out the `Create Part Parameter Template` form: `Name` (required) and `Units` (optional) fields
|
||||
- finally click on the "Submit" button.
|
||||
|
||||
### Create Parameter
|
||||
|
||||
@ -42,5 +39,16 @@ Select the parameter `Template` you would like to use for this parameter, fill-o
|
||||
|
||||
### Parametric Tables
|
||||
|
||||
!!! info "Future Feature Proposal"
|
||||
Allow parts to be filtered using parameters. Narrow down the list of parameters to the parts found in each category.
|
||||
Parametric tables gather all parameters from all parts inside a category to be sorted and filtered.
|
||||
|
||||
To access a category's parametric table, click on the "Parameters" tab within the category view:
|
||||
|
||||
{% with id="parametric_table_tab", url="part/parametric_table_tab.png", description="Parametric Table Tab" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
Below is an example of capacitor parametric table filtered with `Package Type = 0402`:
|
||||
|
||||
{% with id="parametric_table_example", url="part/parametric_table_example.png", description="Parametric Table Example" %}
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|