| Keysight.Visa Namespace > GpibInterfaceSession Class : SendRemoteLocalCommand Method |
'DeclarationPublic Sub SendRemoteLocalCommand( _ ByVal mode As GpibInterfaceRemoteLocalMode _ )
'UsageDim instance As GpibInterfaceSession Dim mode As GpibInterfaceRemoteLocalMode instance.SendRemoteLocalCommand(mode)
public void SendRemoteLocalCommand( GpibInterfaceRemoteLocalMode mode )
public: void SendRemoteLocalCommand( GpibInterfaceRemoteLocalMode 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).
This operation is valid only if the GPIB interface associated with this session is currently the system controller.
Current with Keysight IO Libraries Suite 18