13-28 Return to Section Topics 2600S-901-01 Rev. C / January 2008
Section 13: Factory Scripts Series 2600 System SourceMeter® Instruments Reference Manual
Table 13-17
KIGeneral TSP test script: QueryPulseConfig
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 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.
Output
Data
None