Write/Read |
|
Description |
Specifies the mixer characterization (.S2P) file and immediately loads the file. Also specify the use of a characterization file with LoadCharFromFile Property |
VB Syntax |
VMC.CharFileName = value |
Variable |
(Type) - Description |
VMC |
VMCType (object) |
value |
(String) Full path, file name, and extension of the mixer characterization file. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
VMC.CharFileName = "c:\users\public\network analyzer\documents/default.S2P" |
C++ Syntax |
HRESULT put_CharFileName(BSTR filename); HRESULT get_CharFileName(BSTR *filename); |
Interface |
VMCType |