Write/Read |
About Fixturing |
Description |
Sets and returns the Real portion of the impedance value for the specified single-ended port. The imaginary portion is automatically set to 0.0. To set both values separately, use PortArbzReal and PortArbzImag. |
VB Syntax |
fixture.PortArbzZ0(portNum) = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
portNum |
(Integer) Single-ended port number to receive impedance value. |
value |
(Double) Impedance value. Choose a value between 0 to 1E7 |
Return Type |
Double |
Default |
50 |
Examples |
fixture.PortArbzZ0(2) = 75 'Write |
value = fixture.PortArbzZ0(1) 'Read |
|
C++ Syntax |
HRESULT get_PortArbzZ0( short portNum, double *pVal) |
Interface |
IFixturing3 |