Provided by: libgpib-doc_4.3.7-5_all 

NAME
SetRWLS - put devices into remote with lockout state
SYNOPSIS
#include <gpib/ib.h>
void SetRWLS(int board_desc, const Addr4882_t addressList[]);
DESCRIPTION
SetRWLS() asserts the 'remote enable' bus line, addresses the devices in the addressList array as
listeners, then sends the LLO command byte. The devices addressed as listener will be put into RWLS
(remote with lockout state), and all other devices will enter LWLS (local with lockout state). Local
lockout means the remote/local mode of devices cannot be changed though the devices' front-panel
controls. Unasserting the REN line should bring the devices out of the lockout state.
COPYRIGHT
Copyright © 2003-2006, 2008 Frank Mori Hess
linux-gpib 4.3.7 11/28/2025 SETRWLS(3)