Excludesofpackets, Isexcludesofpackets, Settimingpattern – Teledyne LeCroy Conquest API Manual - API Manual User Manual
Page 25: Gettimingpattern

CaptureAndTrigger
19
ExcludeSOFPackets
Declaration:
void ExcludeSOFPackets(BOOL bExclude)
Input(s):
bExclude sets exclude
SOF packets
flag.
Return Value: None
Remark:
Excludes SOF packets if set to TRUE.
Includes SOF packets when set to FALSE.
IsExcludeSOFPackets
Declaration:
BOOL IsExcludeSOFPackets()
Input(s):
None
Return Value: Status of exclude SOF Packets flag
Remark:
TRUE if exclude SOF Packets flag is set.
FALSE if not.
SetTimingPattern
Declaration:
long SetTimingPattern(short sPatternType, LPCTSTR strPattern)
Input(s):
sPatternType sets timing analyzer pattern type.
Valid types are in API Constants.
StrPattern sets timing analyzer pattern. Length of this pattern for
full speed patterns is eight characters, and for high-speed patterns is
four characters. Each character can be 0, 1, x, or X.
Return Value Error code or zero (no error)
Remark:
Sets timing patterns for timing analyzer.
See Also
API Errors
GetTimingPattern
Declaration:
CString GetTimingPattern(short sPatternType)
Input(s):
sPatternType sets timing analyzer pattern type.
Valid types are in API Constants.
Return Value: Pattern of specified pattern type
Remark:
Returns pattern of specified timing analyzer pattern type.