Keysight VISA.NET Help
SendCommand Method (GpibInterfaceSession)



The GPIB command bytes.
Writes GPIB command bytes on the bus.
Syntax
'Declaration
 
Public Function SendCommand( _
   ByVal data() As Byte _
) As Integer
'Usage
 
Dim instance As GpibInterfaceSession
Dim data() As Byte
Dim value As Integer
 
value = instance.SendCommand(data)
public int SendCommand( 
   byte[] data
)
public:
int SendCommand( 
   array<byte>^ data
) 

Parameters

data
The GPIB command bytes.

Return Value

The number of bytes actually written.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025