Keysight VISA.NET Help
ManufacturerId Property (PxiSession)



The subsystem PCI vendor identification number of the hardware vendor for this device, or if the subsystem information does not exist, the primary PCI vendor identification number.
Syntax
'Declaration
 
Public ReadOnly Property ManufacturerId As Short
'Usage
 
Dim instance As PxiSession
Dim value As Short
 
value = instance.ManufacturerId
public short ManufacturerId {get;}
public:
property short ManufacturerId {
   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.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025