Write/Read |
About Fixturing |
Description |
Sets and returns the 2 port De-embedding .S2P file name for the specified port number. Model is applied when both the file name is specified and User is specified using Port2PdeembedCktModel Property. Note: This command affects ALL measurements on the channel. |
VB Syntax |
fixture.strPort2Pdeembed_S2PFile(port) = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
port |
(Integer) Port number to receive circuit model. |
value |
(String) Full path, file name, and extension (.s2P) of the de-embedding circuit. Files are typically stored in "D:\". |
Return Type |
String |
Default |
Not Applicable |
Examples |
fixture.strPort2Pdeembed_S2PFile(2) = "D:\myFile.s2p" 'Write |
value = fixture.strPort2Pdeembed_S2PFile(1) 'Read |
|
C++ Syntax |
HRESULT get_strPort2Pdeembed_S2PFile(short port BSTR *bstrFile) HRESULT put_strPort2Pdeembed_S2PFile(short port BSTR bstrFile) |
Interface |
IFixturing |