Write-only |
About Copy Channels |
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 |