Data Sheet

Table Of Contents
112
$vdo
Parameter type is PD_DiscoverIdentity_VDO. Refer to PD_VDM_Discover_Identity_Response for
available DiscoverID VDOs.
Result
None
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.
#Add a Cable VDO
$vdo = PD_VDM_Discover_Identity_Cable_VDO
call PD_AddDiscoverIdentityVDO_Cable( $vdo )
5.1.104 PD_ResetDiscoverIdentityVDO_Cable
Clears DiscoverIdentity VDOs(for cable) in PD Exerciser. Should be called before adding
one or more DicoverIdentity VDO.
Note - PD Exerciser should also act as Cable Plug to be able to process this command.
Format
call PD_ResetDiscoverIdentityVDO_Cable()
Parameters
None
Result
None
Examples
PD_Set $PdGlobalSettings.EnableCableEmulator = PD_TRUE
.
.
call PD_ResetDiscoverIdentityVDO_Cable()
5.1.105 PD_SetDiscoverSVIDSetting_Cable
Applies settings to DiscoverSVID_Cable related commands in PD Exerciser. It must be
called before PD_WaitForDiscoverSvids_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_SetDiscoverSVIDSetting_Cable( PD_DiscoverSvids_Settings $settings )
Parameters
$settings
Refer to PD_SetDiscoverSVIDSetting for more details. Only DiscoverSvidsResponse and WaitTimeout
settings applied.