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