Write/Read
About Dynamic Uncertainty

Cable Property


Description

Sets and returns the name of the cable that is assigned to the port object for Dynamic Uncertainty.

 VB Syntax

port.Cable = value

Variable

(Type) - Description

port

A Port (object)

value

(String) - Cable name.

Return Type

String

Default

Not Applicable

Examples

port.Cable = "MyNewCable" 'Write the value

C++ Syntax

HRESULT get_Cable([out,retval] BSTR *pCableName);

HRESULT put_Cable([in] BSTR cableName);

Interface

IPort