2-68
Agilent E5270 TIS User’s Guide, Edition 1
TIS Function Reference
status_miv
status_miv
This function returns the status of the data measured by sweep_iv or sweep_miv
function.
Synopsis
int status_miv(n, ports, statuses, times)
int n, ports[], statuses[n][], times[n][];
Arguments
See also
•
•
NOTE
To Clear Timer Count
Execute the reset_timestamp function. Then the timer count is not cleared. Execute
the force_i or force_v function. Then the timer count will be cleared.
Once the force_i or force_v function is executed, the effects of the reset_timestamp
function will be disabled.
Item Range
Restrictions/Description
n
Specify the number of measurement channels. 1 to 8.
ports
Specify a pointer to an integer array that contains the SMU port
addresses or pin numbers that are assigned to the ports by
connect_pin functions. Available
ports
values are 1 to 49, SMU1
to SMU8, and values shown in Table 2-2 on page 2-9.
statuses
Specify a pointer to an integer array in which to return the
measurement statuses. Measurement statuses are returned to
array elements that correspond to ports specified in
ports
array.
times
Specify a pointer to an integer array in which to return the time
stamp data. Time stamp data are returned to array elements that
correspond to ports specified in
ports
array.