t_exct (ul_tecar)
Synopsis:
This function is called to tell the TECAR server to change the
excitation tolerance.
Declarations (FORTRAN):
CHARACTER TECAR_SERVER*8 /'tecar-a2'/
INTEGER*2 ISTAT, T_EXCT
REAL*4 INPUT(2), OUTPUT(2)
Declarations (ANSI C):
#include "tecar.h"
unsigned char TECAR_server[]="tecar-a2";
short istat;
float input[2];
float output[2];
short t_exct ( unsigned char *const TECAR_server,
float *const input, float *const output );
Usage (FORTRAN):
ISTAT = T_EXCT ( TECAR_SERVER, INPUT, OUTPUT )
Usage (C):
istat = t_exct ( TECAR_server, input, output );
Usage (VAX generic format):
istat.w.w = t_exct ( TECAR_server.ar.b, input.ar.f, output.aw.f )
Arguments:
Input - readonly:
TECAR_server a character string which contains the Internet
name of the TECAR server. This name must be
resolvable via the Domain Name Service.
This may be passed either as a pointer to a
null-terminated string, or by descriptor
(under VMS only).
input an array containing the new tolerance
Output - writeonly:
output an array containing the present tolerance
(after the change)
Returns:
istat the status return in ACNET format