VTI Instruments Corp.
F
P
UNCTION
ROTOTYPE
vtex1048_get_vtb_output(ViSession vi, ViPInt32 vtb_out);
F
P
UNCTION
ARAMETERS
vi = contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
vtb_out = an integer output value in decimal that represents the programmed output state of the 8-bit port. Within
the 8-bit field, the MSB corresponds to LXI Trigger Bus (VTB) channel 7 and the LSB corresponds to LXI Trigger
Bus (VTB) channel 0. Valid return values: 0 through 255.
D
I
R
V
ATA
TEM
ESET
ALUE
Not applicable to this function.
D
ESCRIPTION
This function returns the programmed output state of the trigger bus. This simply returns the programmed setting.
Since the outputs must be enabled, it does not necessarily represent the true output state.
E
XAMPLE
// query status of VTB bit 4
ViInt32 vtb_out;
ViInt32 vtb_outen;
vtex10xxA_get_vtb_output(vi, &vtb_out);
vtex10xxA_get_vtb_output_enable(vi, &vtb_outen);
if (vtb_out & 0x10)
printf("Bit 4 is set high");
else printf("Bit 4 is set low");
if (vtb_outen & 0x10)
printf("Bit 4 is enabled");
else printf("Bit 4 is not enabled");
198
vtex10xxA_get_vtb_output
EX10xxA/RX1032/EX1044 Function Calls
Need help?
Do you have a question about the EX1000A and is the answer not in the manual?
Questions and answers