collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

Btn55xxx_ReadSCPI Function


Instrument Specific See Also



Read a SCPI string response from the instrument.

Function Tree Node: \Boonton55xxx\Instrument Specific\ReadSCPI

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

ViStatus Btn55xxx_ReadSCPI(
 ViSession Vi,
 ViInt32 ValueBufferSize,
 ViInt32 ValueBufferSize2,
 ViChar[] Value,
 ViInt32 Timeout
);

Parameters

Vi

The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.

ValueBufferSize

Number of elements in Value.

ValueBufferSize2

Number of elements in Value.

Value

The string returned from the instrument SCPI interface.

Timeout

The timeout for the read operation.

Return Value

 

Success or failure code.

collapse_allRequirements

Supported Models

All supported

collapse_allSee Also

Reference

Instrument Specific

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.