13-28 Factory Scripts Series 2600 System SourceMeters Reference Manual
2600S-901-01 Rev. A / May 2006 Return to Section 13 topics
TSP Project Name: KIFactoryPulse
TSP Test Script Name: KIPulse
Firmware Version: 1.2.0 and later
Function:
QueryPulseConfig
Usage:
tbl = QueryPulseConfig(tag)
Description:
Once a pulse train has been configured and assigned to a tag, it is often
times desirable to inspect the settings of this pre-configured pulse train.
QueryPulseConfig() can be used for this purpose. This function will
return a table containing the various settings associated with the tag input
parameter.
Parameters: tag: Numeric identifier of pulse train configuration being queried.
Return
Values:
tostring(): A function that returns most elements in a string
convenient for printing.
tag: Identifying tag for this pulse train.
smu: The smu configured for pulsing.
func: Pulse function: smuX.OUTPUT_DCAMPS or
smuX.OUTPUT_DCVOLTS
bias: Pulse bias level.
level: Pulse level for non sweeping pulses.
start: Starting level for sweep pulses.
stop: Ending level for sweep pulses.
limit: Limit value.
ton: On time in seconds.
toff: Off time in seconds.
points: The number of points in this pulse train.
buf: Reference to buffer containing measurement
data.sync_in: The sync_in digio line, if used.
sync_out: The sync_out digio line, if used.sourcevalues: A table
containing the source value for each point in the pulse
train.
sourcevalues: A table containing the source value for each point in the
pulse train.
Output
Data:
None