interdigitalCapacitor RF PCB Tool

3 ビュー (過去 30 日間)
Rahul Kumar
Rahul Kumar 2022 年 7 月 28 日
編集済み: Srujana 2023 年 6 月 23 日
I am trying to use RF PCB Tool on Matlab online and want to analyse an interdigit with 10 fingers or more.
The 'interdigitalCapacitor' function allows me to do so, but the size of substrate doe not change accordingly, i.e., the width and length of the substrate below doesnot expand when I increase the number of fingers greater than 4 (the default value) and the additional fingues are left hanging outside the substrate.
Could some one suggest how to change the dimension of substrate?

回答 (1 件)

Srujana
Srujana 2023 年 5 月 25 日
編集済み: Srujana 2023 年 6 月 23 日
Hi Rahul,
I understood that you are trying to build an interdigital capacitor with 10 fingers . when you changed that in show you observed some of the fingers are outside the substrate which is not a practical case.
In interdigital capacitor object, we have a property called “GroundPlaneWidth which will allow you to change both substrate and ground plane width.
obj = interdigitalCapacitor;
obj.NumFingers = 10;
obj.GroundPlaneWidth = 0.0060;
show(obj)
This is an expected behaviour for any object in RFPCB Toolbox where it will retain its default values if a user does not specify it. And we provide the user flexibility to change these values.

カテゴリ

Help Center および File ExchangeAnalysis and Verification についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by