Sets or gets the size of the SCPI read buffer in bytes.
Namespace: Boonton.Boonton55xxx.Interop
Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
Visual Basic
|
Public Property ReadBufferSize As Integer
|
C#
|
public int ReadBufferSize { get; set; }
|
Visual C++
|
HRESULT get_ReadBufferSize(
long* val
);
HRESULT put_ReadBufferSize(
long val
);
|
Property Value
Sets or gets the size of the SCPI read buffer in bytes.
Requirements
Supported Models
All supported
See Also
Reference
IBoonton55xxx Interface
Boonton.Boonton55xxx.Interop Namespace
Copyright 2013-16 Boonton. All rights reserved.
|