collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelsMemoryChannels.SaveToMemoryChannel Method


IBoonton55xxxChannelsMemoryChannels See Also



Saves the given channel to a memory channel. If the memory channel does not exist, a new one is created.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Sub SaveToMemoryChannel ( _
 ByVal  MemChanName As String  _
 ByVal  ChannelName As String  _
)

C#

public void  SaveToMemoryChannel(
 string  MemChanName,
 string  ChannelName
)

Visual C++

HRESULT SaveToMemoryChannel(
 BSTR  MemChanName,
 BSTR  ChannelName
);

Parameters

MemChanName

Memory channel name. Must have the form MEM1...n, where n is the number of measurement channels. In single channel configurations, this parameter should always be "MEM1".

ChannelName

The channel name to copy from.

collapse_allRequirements

Supported Models

55006, 55318, 55340, 55518, 55540

collapse_allSee Also

Reference

IBoonton55xxxChannelsMemoryChannels Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.