Write/Read |
About Fixturing |
Description |
Sets and returns the value for the 'R' (Resistance) circuit element for a port matching circuit model to simulate on port 'n'. The port matching circuit model is selected using PortMatchingCktModel. You can specify R, R1, or R2 based on the selected port matching circuit model. Setting a value not used by the selected circuit will have no affect. Learn more. There are three steps to set up a port matching circuit model simulation on a specified port:
Note: This command affects ALL measurements on the channel. |
VB Syntax |
fixture.PortMatching_R(port) = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
port |
(Integer) Port number to receive resistance value. |
value |
(Double) Resistance value in ohms. Choose a value between -1E18 and 1E18. |
Return Type |
Double |
Default |
0 |
Examples |
fixture.PortMatching_R = .1 'Write |
value = fixture.PortMatching_R 'Read |
|
C++ Syntax |
HRESULT get_PortMatching_R(short port double *pVal) |
Interface |
IFixturing7 |