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