Keysight VISA.NET Help
ModelCode Property (PxiSession)



The vendor-specific subsystem PCI model number for this device, or if the subsystem information does not exist, the primary PCI model number.
Syntax
'Declaration
 
Public ReadOnly Property ModelCode As Short
'Usage
 
Dim instance As PxiSession
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