STS Test Head Properties
- 更新日2025-07-31
- 3分で読める
| Name | Type | Description |
|---|---|---|
| 12VPowerSupplyEnabled | Boolean | Returns whether the 12 V pins on STS CX and STS DX systems are
enabled. The pins are disabled by default at STS power up and when a
load board is not installed or locked down on the STS, such as when
the value of the DIBPresent property is
False. These signals are available on the
system cable for STS CX systems and on the P143 system block for STS
DX systems. Note You
can successfully make this query only on STS M2 systems.
Otherwise, the step returns a run-time error. |
| 48VPowerSupplyEnabled | Boolean | Returns whether the 48 V pins on STS CX and STS DX systems are
enabled. The pins are disabled by default at STS power up and when a
load board is not installed or locked down on the STS, such as when
the value of the DIBPresent property is
False. These signals are available on the
system cable for STS CX systems and on the P143 system block for STS
DX systems. Note The
step returns a run-time error if you make this query on STS T1
M1 systems. |
| CurrentRunTime | String | Reads from the system controller of the STS the amount of time the STS has been running since the last power-on event. |
| DIBLocked | Boolean | Returns the locked state of the DIB locker. |
| DIBPresent | Boolean | Returns whether a load board is installed by detecting whether
the load board shorts the DIB_INTERLOCK pin to GND. The
DIB_INTERLOCK and GND signals are available on the system cable for
STS CX systems and on the P143 system block for STS DX systems. Note You must design
the load board to connect DIB_INTERLOCK to GND to activate STS
DIB detection. Refer to the DIB Design Kit for more
information about designing load boards. |
| FramePartNumber | String | Returns the unique identifier and revision of the STS. |
| FrameSerialNumber | String | Returns the unique serial number of the STS. |
| LoadBoardIDPROM.ChecksumPassed | Boolean | Returns whether the checksum of the load board passed. |
| LoadBoardIDPROM.DateManufactured | String | Returns the manufacture date of the load board. |
| LoadBoardIDPROM.Description | String | Returns the description of the load board. |
| LoadBoardIDPROM.Format | Number | Returns the version number of the format that describes how the raw data from the IDPROM is converted into IDPROM values. |
| LoadBoardIDPROM.Manufacturer | String | Returns the manufacturer of the load board. |
| LoadBoardIDPROM.PartNumber | String | Returns the part number of the load board. By default, TSM writes this property to the LoadBoardTypestation settings and logs the value to the corresponding STDF record field if LoadBoardIDPROM.ChecksumPassed is true. You can override this behavior in the GetStationSettings and ConfigureStationSettings callback sequences of the SemiconductorModuleCallbacks.seq sequence file. |
| LoadBoardIDPROM.Revision | Number | Returns the revision number of the load board. |
| LoadBoardIDPROM.SerialNumber | Number | Returns the serial number of the load board. By default, TSM writes this property to the LoadBoardIdstation settings and logs the value to the corresponding STDF record field if LoadBoardIDPROM.ChecksumPassed is true. You can override this behavior in the GetStationSettings and ConfigureStationSettings callback sequences of the SemiconductorModuleCallbacks.seq sequence file. |
| SystemPartNumber | String | Returns the unique identifier and revision of the STS configuration. |
| SystemSerialNumber | String | Returns the unique serial number of the STS configuration. Note If the STS does
not return a serial number or the serial number is “NOTSET”,
this property returns the same value as the
FrameSerialNumber property. |
| TestHeadAvailable | Boolean | Returns whether TSM can access the STS. The following conditions
prevent TSM from accessing the STS:
|
| TotalRunTime | String | Reads from the system controller of the STS the amount of time the STS has run over its entire lifetime. |