Keysight VISA.NET Help
ReadInt64 Method



Read an integer from the formatted I/O read buffer. See Using Read Methods for detailed information.
Syntax
'Declaration
 
Function ReadInt64() As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As Long
 
value = instance.ReadInt64()
long ReadInt64()
int64 ReadInt64(); 

Return Value

The integer read from the instrument.
Remarks

The ReadInt64 method exhibits the same behavior as Scanf("%d", out result), which returns result.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025