MATES / Modular Automatic Test Equipment System API  2.5.0.0
mates_test_31.c
#include <stdio.h>
#include "mates.h"
int main(void)
{
MATES_HANDLE h = mates_open("proxy.mon", 1);
int success = 0;
/* Check if node is present. */
{
return (0);
}
/* Disable the generators and then enable them,
this resets all time bases of the generators. */
{
success++;
}
{
success++;
}
return ((success == 2) ? 0 : -1);
}