Keysight VISA.NET Help
Write(String,Int64,Int64) Method



The string to be written.
The index at which to start writing.
The number of bytes to write.
Write count characters from buffer to the device, starting at index.
Syntax
'Declaration
 
Overloads Sub Write( _
   ByVal buffer As String, _
   ByVal index As Long, _
   ByVal count As Long _
) 
'Usage
 
Dim instance As IMessageBasedRawIO
Dim buffer As String
Dim index As Long
Dim count As Long
 
instance.Write(buffer, index, count)
void Write( 
   string buffer,
   long index,
   long count
)
void Write( 
   String^ buffer,
   int64 index,
   int64 count
) 

Parameters

buffer
The string to be written.
index
The index at which to start writing.
count
The number of bytes to write.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025