Send a SCPI command as a byte array.
Namespace: Boonton.Boonton55xxx.Interop
Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)
Visual Basic
|
Public Sub SendSCPIBytes ( _
ByVal Commmand As Byte() _
)
|
C#
|
public void SendSCPIBytes(
byte[] Commmand
)
|
Visual C++
|
HRESULT SendSCPIBytes(
SAFEARRAY** Commmand
);
|
Parameters
Commmand
SCPI command as byte array.
Requirements
Supported Models
All supported
See Also
Reference
IBoonton55xxx Interface
Boonton.Boonton55xxx.Interop Namespace

Copyright 2013-16 Boonton. All rights reserved.
|