13-30
Return to
2600S-901-01 Rev. C / January 2008
Section 13: Factory Scripts
Series 2600 System SourceMeter® Instruments Reference Manual
See Also
,
,
,
,
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.
For Firmware
version 1.3.0
Please note that time off, sync_in_timeout, and sync_in_abort parameters will
have different values.
Table 13-18
KIGeneral TSP test script: InitiatePulseTest
TSP project name:
KIFactoryPulse
TSP test script name:
KIPulse
Firmware version:
1.2.0 and later
Function:
InitiatePulseTest
Usage:
f, msg = InitiatePulseTest(tag)
Description
This function initiates the pulse configuration assigned
tag
.
Parameters
tag: Numeric identifier of pulse train configuration to be initiated.
Return
Values
f:
A Boolean flag. This flag will be
true
when the pulse was successfully
configured,
false
when errors were encountered.
msg:
A string message. If the
f
flag is
false
,
msg
will contain an error
message. Otherwise,
msg
will contain a string indicating successful
configuration.
Output
Data
None
Table 13-17 (continued)
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)