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