Write-only
About Copy Channels

CopyToChannel Method


Description

Copies ALL settings from this channel to the specified channel.

Use CopyFrom to copy ONLY the mechanical switch and attenuator settings.

 VB Syntax

chan.CopyToChannel(lChanNum)

Variable

(Type) - Description

chan

A Channel (object)

IChanNum

(long integer) – Number of the channel to become a copy of <chan>.

Return Type

None

Default

Not Applicable

Examples

Dim chan

Set chan = PNAapp.ActiveChannel

chan.CopyToChannel 2

C++ Syntax

HRESULT CopyToChannel(long lChanNum);

Interface

IChannel2


Last modified:

3-May-2011

Added copyFrom link