Data Sheet

Table Of Contents
114
Parameters
value
SVID value to add
Result
None
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.
call PD_AddSvid_Cable(0xFF81)
5.1.108 PD_ResetSvids_Cable
Clears SVIDs(for cable) which is added to PD Exerciser. Should be called before adding one
or more SVID.
Note - PD Exerciser should also act as Cable Plug to be able to process this command.
Format
Call PD_ResetSvids_Cable()
Parameters
None
Result
None
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.
call PD_ResetSvids_Cable()
5.1.109 PD_SetDiscoverModeSetting_Cable
Applies settings to DiscoverModes_Cable related commands in PD Exerciser. It must be
called before PD_WaitForDiscoverModes_Cable or PD_DelayAutoResponse commands to take
effect.
Note - PD Exerciser should also act as Cable Plug to be able to process this command.
Format
Call PD_SetDiscoverModeSetting_Cable( PD_DiscoverModes_Settings $settings )
Parameters
$settings
Refer to PD_SetDiscoverModeSetting for more details. Only DiscoverModesResponse and WaitTimeout
settings applied.
Result