Data Sheet

Table Of Contents
75
Result Value
Description
PD_RESULT_OK
Command succeeded
PD_RESULT_FAILED
Command failed
Examples
Call PD_SendBISTCarrierMode(PD_ORDERED_SET_TYPE_SOP)
5.1.32 PD_SendBISTTestData
Starts BISTTestData AMS.
Format
Call PD_SendBISTTestData( OrderedSetType, PD_BISTTestData $test_data )
Parameters
OrderedSetType
Indicates the Ordered Set type
possible values:
PD_ORDERED_SET_TYPE_SOP
PD_ORDERED_SET_TYPE_SOP_PRIME
PD_ORDERED_SET_TYPE_SOP_DOUBLE_PRIME
$test_data
Defines the Test Data to be sent to the UUT
Result
User can evaluate the command results(including sub-results) using IfMatched/ElseMatched
command.
List of result values:
Result Value
Description
PD_RESULT_OK
Command succeeded
PD_RESULT_FAILED
Command failed. In this case corresponding sub results
for PD_SendPacket are valid also (depends on the
error type which has been occurred during sending
data).
Examples
$test_data = PD_BISTTestData
{
TestData = { 00 00 00 00
AA AA AA AA
AA AA 00 00
AA AA AA AA
00 00 AA AA
AA AA AA AA }
}
Call PD_SendBISTTestData( PD_ORDERED_SET_TYPE_SOP_PRIME, $test_data )
5.1.33 PD_GetSourceCapExtended
Starts GetSourceCapExtended AMS.
Format