1
0
ergogen/test/pcbs/mock_footprints.yaml

56 lines
1.1 KiB
YAML
Raw Permalink Normal View History

2022-01-16 11:36:19 -08:00
points.zones.matrix:
mirror: 10
2023-03-17 02:29:09 -07:00
key:
magic_value: 5
outlines:
2022-01-16 11:36:19 -08:00
edge:
- what: rectangle
where: true
size: u
pcbs:
main:
outlines:
edge:
outline: edge
footprints:
trace:
2022-11-22 12:26:48 -08:00
what: trace_test
where: true
adjust:
shift: [1, 1]
rotate: 30
params:
width: u/40
side: F
mirror:
side: B
zone:
2022-11-22 12:26:48 -08:00
what: zone_test
where:
shift: [1, 1]
rotate: 30
dyn:
2022-11-22 12:26:48 -08:00
what: dynamic_net_test
anc1:
2022-11-22 12:26:48 -08:00
what: anchor_test
2022-12-04 09:40:06 -08:00
params:
end:
2022-01-16 11:36:19 -08:00
ref: matrix
shift: [10, 10]
anc2:
what: anchor_test
params:
end: matrix
2023-01-23 14:34:06 -08:00
arrobj:
what: arrobj_test
params:
start: {x: 5, y: 5}
end: [[6, 6], [7, 7]]
2023-03-17 02:29:09 -07:00
arrobj_templated:
what: arrobj_test
where:
ref: matrix
params:
start: '{x: {{magic_value}}, y: {{magic_value}}}'
end: '[[6, 6], [7, {{magic_value}}]]'