Keysight VISA.NET Help
TerminationCharacter Property (GpibInterfaceSession)



The ASCII character used to terminate a raw I/O read operation.
Syntax
'Declaration
 
Public Property TerminationCharacter As Byte
'Usage
 
Dim instance As GpibInterfaceSession
Dim value As Byte
 
instance.TerminationCharacter = value
 
value = instance.TerminationCharacter
public byte TerminationCharacter {get; set;}
public:
property byte TerminationCharacter {
   byte get();
   void set (    byte value);
}
Remarks

The range is between 0 and Byte.MaxValue, inclusive. The default is 0x0a (line feed).

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025