Write-only |
About Setting T-Line Characteristics |
Description |
Makes settings for RLCG calculations. |
VB Syntax |
plts.SetTLineCharacteristics length, freq |
Variable |
(Type) - Description |
plts |
(object) - A PLTSDoc object |
length |
(Double) Physical length of the transmission line in meters. |
freq |
(Double) Highest measured frequency in MHz. |
Return Type |
None |
Default |
None |
Examples |
pltsapp.SetTLineCharacteristics .1, 500 |
C++ Syntax |
HRESULT SetTLineCharacteristics(double length, double frequency); |
Interface |
IPLTSDoc |