Keysight VISA.NET Help
ModelName Property (UsbSession)



The name of this device (corresponds to the ModelCode property).
Syntax
'Declaration
 
Public ReadOnly Property ModelName As String
'Usage
 
Dim instance As UsbSession
Dim value As String
 
value = instance.ModelName
public string ModelName {get;}
public:
property String^ ModelName {
   String^ get();
}
Remarks

When using multiple implementations of VISA.NET from different vendors, the value of this attribute should be used for display purposes only and not for programmatic decisions, as the value can be different between VISA implementations and/or revisions.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025