Keysight VISA.NET Help
ModelCode Property (VxiSession)



The vendor-specific model number for this VXIbus device.
Syntax
'Declaration
 
Public ReadOnly Property ModelCode As Short
'Usage
 
Dim instance As VxiSession
Dim value As Short
 
value = instance.ModelCode
public short ModelCode {get;}
public:
property short ModelCode {
   short get();
}
Remarks

The range is between Int16.MinValue and Int16.MaxValue, inclusive. Negative values are converted to unsigned integers between Int16.MaxValue + 1 and UInt16.MaxValue before they are used. The default is 0

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025