This commit is contained in:
sirlilpanda
2026-07-13 17:38:03 +12:00
parent 9f4ce14d35
commit 726bbd469e
45 changed files with 16366785 additions and 89 deletions

View File

@@ -25,7 +25,8 @@ $fs = 0.01;
SCRIPT_VERSION="0.0.1";
// font for layout
FONT="Ubuntu Sans Mono:style=Regular";
// FONT="Ubuntu Sans Mono:style=Regular";
FONT="SquareFont:style=Regular";
// the test number ref number for this set of IDTs
test_number = 1;
@@ -49,7 +50,7 @@ c = 3992.0;
// c = 3159.0;
// the target frequency of the IDT
freq = 50.0e6;
freq = 10.0e6;
// the distance between the input and output IDT
// should be between 100-200
@@ -94,8 +95,8 @@ bond_pad_shape = "square";
// ================= text =================
info_block_offset_x=7;
info_block_offset_y=30;
render_text = true;
// total scale of infoblock
info_block_scale=0.3;