Write-only |
About Dynamic Uncertainty |
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) |
C++ Syntax |
HRESULT CopyNoiseToAllPorts([in] long fromPortNumber); |
Interface |
IUncertaintyPorts |