Keysight VISA.NET Help
RemoteLocalMode Enumeration



Specifies the local or remote mode into which to place the GPIB, TCPIP, or USB instrument.
Syntax
'Declaration
 
Public Enum RemoteLocalMode 
   Inherits System.Enum
'Usage
 
Dim instance As RemoteLocalMode
public enum RemoteLocalMode : System.Enum 
public enum class RemoteLocalMode : public System.Enum 
Members
MemberDescription
Local Send the GTL (Go To Local) command. The instrument will go into either LOCS (LOCal State) or LWLS (Local With Lockout State). Send the GTL (Go To Local) command. The instrument will go into either LOCS (LOCal State) or LWLS (Local With Lockout State).
LocalWithoutLockout Send the GTL (Go To Local) command and deassert the REN (Remote ENable) interface line, putting it in LOCS (LOCal State). Send the GTL (Go To Local) command and deassert the REN (Remote ENable) interface line, putting it in LOCS (LOCal State).
Remote Assert the REN (Remote ENable) interface line and address the device. The instrument will go into either REMS (REMote State) or RWLS (Remote With Lockout State).
RemoteWithLocalLockout Address the device and send it an LLO (Local LockOut) command, putting it in the RWLS (Remote With Lockout State).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Ivi.Visa.RemoteLocalMode

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025