Keysight VISA.NET Help
TerminationCharacter Property (MessageBasedSession)



The ASCII character used to end reading. This property applies to this session only (VISA local scope).
Syntax
'Declaration
 
Public Property TerminationCharacter As Byte
'Usage
 
Dim instance As MessageBasedSession
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