Keysight VISA.NET Help
SendCommand Method (IGpibInterfaceSession)



The GPIB command bytes.
Writes GPIB command bytes on the bus.
Syntax
'Declaration
 
Function SendCommand( _
   ByVal data() As Byte _
) As Integer
'Usage
 
Dim instance As IGpibInterfaceSession
Dim data() As Byte
Dim value As Integer
 
value = instance.SendCommand(data)
int SendCommand( 
   byte[] data
)
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