Keysight VISA.NET Help
SendRemoteLocalCommand(RemoteLocalMode) Method



Indicates the action to be taken.
Controls the state of the GPIB REN interface line and, optionally, the remote/local state of the device.
Syntax
'Declaration
 
Public Overloads Sub SendRemoteLocalCommand( _
   ByVal mode As RemoteLocalMode _
) 
'Usage
 
Dim instance As GpibSession
Dim mode As RemoteLocalMode
 
instance.SendRemoteLocalCommand(mode)
public void SendRemoteLocalCommand( 
   RemoteLocalMode mode
)
public:
void SendRemoteLocalCommand( 
   RemoteLocalMode mode
) 

Parameters

mode
Indicates the action to be taken.
Remarks

This operation asserts or deasserts the GPIB REN interface line according to the specified mode. The mode can also specify whether the device associated with this session should be placed in local state (before deasserting REN) or remote state (after asserting REN).

RemoteLocalMode.LocalWithoutLockout maps to GpibInstrRemoteLocalMode.GoToLocalDeassertRen.

RemoteLocalMode.Remote maps to GpibInstrRemoteLocalMode.AddressDeviceAssertRen.

RemoteLocalMode.RemoteWithLocalLockout maps to GpibInstrRemoteLocalMode.AddressDeviceSendLocalLockout.

RemoteLocalMode.Local maps to GpibInstrRemoteLocalMode.GoToLocal.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025