Keysight VISA.NET Help
HiSLIPMaximumMessageKBytes Property (TcpipSession)



The HiSLIP maximum message size in kilobytes, where a kilobyte is 1024 bytes.
Syntax
'Declaration
 
Public Property HiSLIPMaximumMessageKBytes As Integer
'Usage
 
Dim instance As TcpipSession
Dim value As Integer
 
instance.HiSLIPMaximumMessageKBytes = value
 
value = instance.HiSLIPMaximumMessageKBytes
public int HiSLIPMaximumMessageKBytes {get; set;}
public:
property int HiSLIPMaximumMessageKBytes {
   int get();
   void set (    int value);
}
Remarks

The range is between Int32.MinValue and Int32.MaxValue, inclusive. Negative values are converted to unsigned integers between Int32.MaxValue + 1 and UInt32.MaxValue before they are used. The default is 1024, which results in a 1 MB maximum message size.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025