collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_FindResources Function


Instrument Specific 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.

Function Tree Node: \Boonton55xxx\Instrument Specific\Find Resources

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_FindResources(
 ViSession Vi,
 ViConstString Delimiter,
 ViInt32 ValBufferSize,
 ViChar[] Val
);

Parameters

Vi

This parameter is ignored. Pass in VI_NULL.

Delimiter

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

ValBufferSize

Number of elements in Val.

Val

The return string.

Return Value

 

Success or failure code.

collapse_allRemarks

This function can be called before the session is initialized.

collapse_allSee Also

Reference

Instrument Specific

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.