
Teledyne LeCroy Verification Script Engine Reference Manual
Page 50 of 115
8.13 SendUsb2BusConditions()
This function specifies more precise tuning for USB2 Bus Condition events. Only selected bus condition
events are sent.
Format: SendUsb2BusConditions (condition)
Parameters:
condition Specifies bus condition.
This parameter can have one of the following values:
Device "K" Chirp to notify host
of Hi Speed capability
Device "J" Chirp to notify host
of Hi Speed capability
Full Speed "K" signaling on
Hi Speed branch
Full Speed "J" signaling on
Hi Speed branch
SE0 FS or LS signaling
(can be keep-alive for LS)
Example:
# Send only Resume signaling events.
SendUsb2BusConditions(_RESUME);
…
# Send all bus condition events.
SendUsb2BusConditions (_ANY);
# or
SendUsb2BusConditions ();
Comentarios a estos manuales