Write-only |
About Dynamic Uncertainty |
Description |
Selects the name of the cable to be associated with all the ports currently enabled on the VNA |
VB Syntax |
oPorts.SelectCableForAllPorts (value) |
Variable |
(Type) - Description |
oPorts |
A Ports Collection |
value |
(String) Name of the cable. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
oPorts.SelectCableForAllPorts("myCable") |
C++ Syntax |
HRESULT SelectCableForAllPorts([in] BSTR cableName); |
Interface |
IUncertaintyPorts |