Write-only
About Dynamic Uncertainty

SelectCableForAllPorts Method


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")

See example program

C++ Syntax

HRESULT SelectCableForAllPorts([in] BSTR cableName);

Interface

IUncertaintyPorts