| Keysight.Visa Namespace > GpibSession Class > SendRemoteLocalCommand Method : SendRemoteLocalCommand(RemoteLocalMode) Method |
'DeclarationPublic Overloads Sub SendRemoteLocalCommand( _ ByVal mode As RemoteLocalMode _ )
'UsageDim instance As GpibSession Dim mode As RemoteLocalMode instance.SendRemoteLocalCommand(mode)
public void SendRemoteLocalCommand( RemoteLocalMode mode )
public: void SendRemoteLocalCommand( RemoteLocalMode mode )
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.
Current with Keysight IO Libraries Suite 18