
IusbEasyDataCapturePrj Interface
8
GetAnalyzerType
Declaration: short GetAnalyzerType()
Input(s): None
Return Value: Returns selected Analyzer type.
Valid analyzer types are introduced in API Constants.
Remark: Identifies type of analyzer.
SetPAOutFile
Declaration: long SetPAOutputFile(LPCTSTR strPAOutputFile)
Input(s): strPAOutputFile specifies protocol analyzer output file name.
Return Value: Error code or zero (no error)
Remark: Specifies name of protocol analyzer output file.
See Also API Errors
GetPAOutFile
Declaration: CString GetPAOutputFile()
Input(s): None
Return Value: Protocol Analyzer output file name
Remark: Specifies name of protocol analyzer output file.
SetTAOutFile
Declaration long SetTAOutputFile(LPCTSTR strTAOutputFile)
Input(s): strTAOutputFile specifies timing analyzer output file name.
Return Value Error code or zero (no error)
Remark: Specifies name of timing analyzer output file.
See Also API Errors
GetTAOutFile
Declaration: CString GetTAOutputFile()
Input(s): None
Return Value: Timing Analyzer output file name
Remark: Specifies name of timing analyzer output file.
Komentarze do niniejszej Instrukcji