当前位置:网站首页>解决allegro中测量距离时,点击一个点后光标闪烁的问题
解决allegro中测量距离时,点击一个点后光标闪烁的问题
2022-06-29 02:39:00 【MCU_wb】
1.Setup -> User Preferences… -> Categories -> Display -> Cursor中,取消勾选 infinite_cursor_bug_nt选项即可。
2.Allegro测量距离方法:
(1).首先打开测量工具,通过菜单Display —> Measuer ,或直接在命令栏输入 “show measure” 打开测量命令。
(2).当打开测量命令后,在FIND一栏选择需要测量的选项。此步骤非常重要,选择错误很可能导致测量错误。如下图所示:
(3).在PCB上分别单击需要测量的目标,Allegro 会自动弹出测量结果窗口,如图所示:
图中,
PIN @: 分别表示所测量的两个点的坐标。
Dist:两个点之间的距离
Dx:两个点之间的X方向的距离
Dy:两个点之间的Y方向的距离
Air Gap:空隙间距,即两个点之间除去测量目标所占区域外的距离,在本例中,代表减去两边焊盘之外的距离。
边栏推荐
- Pytoch Learning Series: Introduction
- String substitution
- Relations EMC, EMI, EMS
- SQL training 01
- 【网络通信学习笔记】Socket.IO的搭建和部署
- The meaning of cross multiplication and dot multiplication (simple formula memory method)
- [sans titre]
- The thinkphp5.1 runtime file has been changed to 777 permission, but cannot be written
- 18. `bs对象.节点名.next_sibling` 获取兄弟节点
- 99乘法表
猜你喜欢
随机推荐
温度转换 II
矩阵特征值和特征向量求解——特征值分解(EVD)
对补wasm环境的一些测试
PHP的system函数
mark
Chrome browser close update Popup
leetcode 统计放置房子的方式数
18. `bs object Node name next_ Sibling` get sibling nodes
Ctfhub web password default password
PHP XML expat parser
String length
Eight difficulties of embedded C language
Deploy redis high availability cluster
字符串输出
均贫富
方法重载小结
50 lectures on practical application of R language (34) - practical application cases of curve separation (with R language code)
Method overload summary
Summary of several days
Koa quick start









