Data Sheet

Table Of Contents
49
tPDDebounceMin
Default: 10000 us
tPDDebounceMax
Default: 20000 us
tSinkTx
Default: 18000 us
tFRSwapTx
Default: 110 us
tFRSwapInit
Default: 15000 us
tErrorRecovery
Default: 25000 us
Result
None
Examples
# Enables cable emulator
PD_Set $PdGLOBALSETTINGS.EnableCableEmulator = PD_TRUE
Main
{
# Sets GoodCRC timeout
PD_Set $PdTimers.tReceive = 950
Call PD_WaitForDiscoverIdentity_Cable()
}
4.11 IfMatched/ElseMatched
Compares Exerciser settings, Received Packet Fields and Command Results to a desired
value.
Using this command you can compare Exerciser settings or variables to other Exerciser
settings or variables or to a constant.
Format
Ifmatched(<1st_operand>, <2nd_operand>, <operator>)
{
#command list
}
[
ElseMatched(<1st_operand>, <2nd_operand>, <operator>)
{
#command list
}
#more optional ElseMatched(<1st_operand>, <2nd_operand>, <operator>) here
.
.
.
ElseMatched
{
#command list
}
]
IfMatchedEnd
* ElseMatched clause is optional
Parameters