Skip to main content

GPIBReqRelSysCtrl

Valid for: CANoe DE

Function Syntax

long GPIBReqRelSysCtrl 
(long boardIdx, long mode);

Description

Sets or deletes the permission to send interface clear (IFC) or remote enable (REN). If mode is “0,” the GPIB board surrenders system control and all controller-specific commands are not allowed. If mode = “1,” then controller-specific commands are allowed.

Parameters

  • boardIdx: GPIB Board ID
  • mode: (0..1)

Return Values

  • Status
  • -1: On error, if no GPIB driver is available

Example