Keysight VISA.NET Help
SendRemoteLocalCommand Method (GpibInterfaceSession)



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

Parameters

mode
The action to be taken with respect to the GPIB REN line.
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).

This operation is valid only if the GPIB interface associated with this session is currently the system controller.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025