Write-only
About Dynamic Uncertainty

CopyNoiseToAllPorts Method


Description

Copies the characterized noise data associated with the specified port, to all the other ports.

VB Syntax

oPorts.CopyNoiseToAllPorts (value)

Variable

(Type) - Description

oPorts

A Ports Collection

value

(Long) Port number from which noise data is to be copied.

Return Type

Not Applicable

Default

Not Applicable

Examples

oPorts.CopyNoiseToAllPorts(2)

See example program

C++ Syntax

HRESULT CopyNoiseToAllPorts([in] long fromPortNumber);

Interface

IUncertaintyPorts