Data Sheet

Table Of Contents
71
Format
Call PD_WaitForGotoMin()
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 - GotoMin or PS_RDY message not received.
PD_SUBRESULT_RESPONSE_NOT_SUPPORTED
Rev3.0 only. Subresult - Not_Supported has been sent as
response
Examples
call PD_WaitForGotoMin()
5.1.25 PD_SetGetSourceCapSetting
Applies settings to GetSourceCap related commands in PD Exerciser. It must be called
before PD_WaitForGetSourceCapabilities or PD_DelayAutoResponse to take effect.
Format
Call PD_SetGetSourceCapSetting( PD_GetCapability_Settings $settings )
Parameters
$settings
Setting type is PD_GetCapability_Settings. Available fields of this type are:
Field Name
Description
WaitTimeout
Wait time-out(micro second) for receiving GetSourceCap
message.
Default: PD_DEFAULT_TIMEOUT_INFINIT
ResponseType
Indicates the response type upon receiving
GetSourceCap message.
Possible values:
PD_RESPONSE_UNSPECIFIED(default),
PD_RESPONSE_NOT_SUPPORTED
Result
None
Examples
$getsrccap_setting = PD_GetCapability_Settings
{
ResponseType = PD_RESPONSE_NOT_SUPPORTED
}
Call PD_SetGetSourceCapSetting( $getsrccap_setting )