collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxx.ReadSCPIBytes Method


IBoonton55xxx See Also



Read a SCPI byte array response from the instrument.

Namespace: Boonton.Boonton55xxx.Interop

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

Visual Basic

Public Sub ReadSCPIBytes ( _
 ByRef  Value As Byte()   _
 ByVal  Timeout As Integer  _
)

C#

public void  ReadSCPIBytes(
 ref byte[]   Value,
 int  Timeout
)

Visual C++

HRESULT ReadSCPIBytes(
 SAFEARRAY**  Value,
 long  Timeout
);

Parameters

Value

The byte array returned from the instrument SCPI interface.

Timeout

The timeout for the read operation.

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.