Operation,
Remote Operation
1-2-5
RGS-2000NG TCAS Test Set Operation Manual
139187 / Rev. 500
Page 212
Subject to Export Control. See Cover Page for details.
September 2021
status = RGS_close (RGSGen1);
}
//=============================================================================
//=== END MAIN FILE ===========================================================
//=============================================================================
//=============================================================================
// Title: RGS_Driver.h
// Purpose: Driver header file.
//
// Created on: 4/10/2017 at 10:12:29 AM by VIAVI Test Solutions.
// Copyright: VIAVI AvComm. All Rights Reserved.
//=============================================================================
#include <cvidef.h>
#ifndef __RGS_HEADER
#define __RGS_HEADER
#define __RGS_GLOBALS
#include <vpptype.h>
#if defined(__cplusplus) || defined(__cplusplus__)
extern "C" {
#endif
#ifdef __RGS_GLOBALS
#define RGS_EXT
#else // __RGS_GLOBALS is not defined
#define RGS_EXT extern
#endif // __RGS_GLOBALS
//=============================================================================
//= Define Instrument Specific Error/Warning Codes Here =======================
//=============================================================================
#define VI_ERROR_PARAMETER9 (_V0x3FFC0009L)//0xBFFC0009
#define VI_ERROR_PARAMETER10 (_V0x3FFC000AL)
#define VI_ERROR_PARAMETER11 (_V0x3FFC000BL)
#define VI_ERROR_INSTR_FILE_OPEN (_V0x3FFC0800L)//0xBFFC0800
#define VI_ERROR_INSTR_FILE_WRITE (_V0x3FFC0801L)//0xBFFC0801
#define VI_ERROR_INSTR_INTERPRETING_RESPONSE (_V0x3FFC0803L)//0xBFFC0803
#define VI_INSTR_WARNING_OFFSET (0x3FFC0900L)
#define VI_INSTR_ERROR_OFFSET (_V0x3FFC0900L)//0xBFFC0900
Example Program (cont)