FX3ConnectionPurgeBadFrameData Method |
This function checks the CRC of each real time streaming frame stored in the Stream Data Queue,
and purges the bad ones. This operation is only valid for an ADcmXL series DUT.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic bool PurgeBadFrameData()
Public Function PurgeBadFrameData As Boolean
public:
bool PurgeBadFrameData()
member PurgeBadFrameData : unit -> bool
Return Value
Type:
BooleanThe success of the data purge operation
See Also