Write-only |
Learn more about Multiport Test Set Restart |
Description |
Restarts as an "N-port" VNA using the specified multiport test set. |
VB Syntax |
app.Configure (model, address) |
Variable |
(Type) - Description |
app |
An Application (object) |
model |
String - Model of the test set with which to restart. Use "Native" to restart without a test set. To see a list of supported test sets, use |
address |
Integer - GPIB Address of the test set. Use 0 for native restart. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
See an example using this command. app.Configure ("N44xx",18) |
C++ Syntax |
HRESULT Configure(BSTR model, long address); |
Interface |
IApplication10 |