Data Sheet

Table Of Contents
69
PD_RESULT_OK
Command succeeded
PD_RESULT_FAILED
Command failed. In this case corresponding sub results
for PD_SendPacket and PD_ReceivePacket are valid
also (depends on the error type which has been occurred
during sending or receiving data).
PD_SUBRESULT_RESPONSE_TIMEOUT
Subresult - Response not received
PD_SUBRESULT_RESPONSE_REJECT
Subresult - Reject has been received
PD_SUBRESULT_RESPONSE_WAIT
Subresult - Wait has been received
PD_SUBRESULT_MSG_NOT_RECEIVED
Subresult - PS_RDY not received(PD Exerciser as VCONN
Source)
PD_SUBRESULT_RESPONSE_NOT_SUPPORTED
Rev3.0 only. Subresult - Not_Supported message has
been received
Examples
call PD_SwapVConn()
5.1.21 PD_WaitForSwapVConn
Waits for user-defined time-out to receive VCONN_Swap message and will respond to
incoming messages as part of Swap VConn AMS..
Format
Call PD_WaitForSwapVConn()
Parameters
None
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 and PD_ReceivePacket are valid
also (depends on the error type which has been occurred
during sending or receiving data).
PD_SUBRESULT_MSG_NOT_RECEIVED
Subresult - VCONN Swap not received
PD_SUBRESULT_RESPONSE_WAIT
Subresult - Wait has been sent as response
PD_SUBRESULT_RESPONSE_REJECT
Subresult - Reject has been sent as response
PD_SUBRESULT_RESPONSE_NOT_SUPPORTED
Rev3.0 only. Subresult - Not_Supported has been sent as
response
Examples
call PD_WaitForSwapVConn()
5.1.22 PD_SetGotoMinSetting
Applies settings to GotoMin related commands in PD Exerciser. It must be called before
PD_WaitForGotoMin or PD_DelayAutoResponse commands to take effect.
Format
Call PD_SetGotoMinSetting( PD_GotoMin_Settings $settings )