Keysight VISA.NET Help
VxiCommandMode Enumeration



Indicates whether to VISA should issue a command and/or retrieve a response, and what type or size of command and/or response to use.
Syntax
'Declaration
 
Public Enum VxiCommandMode 
   Inherits System.Enum
'Usage
 
Dim instance As VxiCommandMode
public enum VxiCommandMode : System.Enum 
public enum class VxiCommandMode : public System.Enum 
Members
MemberDescription
Command16Bit Send a 16-bit Word Serial command.
Command32Bit Send a 32-bit Word Serial command.
Command32BitResponse16Bit Send a 32-bit Word Serial command and get a 16-bit response.
CommandResponse16Bit Send a 16-bit Word Serial command and get a 16-bit response.
CommandResponse32Bit Send a 32-bit Word Serial command and get a 32-bit response.
Response16Bit Get a 16-bit response from a previous query.
Response32Bit Get a 32-bit response from a previous query.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Ivi.Visa.VxiCommandMode

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025