collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxx.FindResources Method


IBoonton55xxx See Also



Returns a delimited string of available resources. These strings can be used in the initialize function to open a session to an instrument.

Namespace: Boonton.Boonton55xxx.Interop

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

Visual Basic

Public Function FindResources ( _
 ByVal  Delimiter As String  _
As String

C#

public string  FindResources(
 string  Delimiter
)

Visual C++

HRESULT FindResources(
 BSTR  Delimiter
 BSTR*  retval
);

Parameters

Delimiter

The string used to delimit the list of resources ie. "|", " ", ";", etc.

Return Value

 

Delimited string of available resources. Any of these resource indentifiers can be used when opening a session using the init fucntion.

collapse_allRemarks

This function can be called before the session is initialized.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

IBoonton55xxx Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.