Skip to main content

testWaitScopeGetSerialBitAnalysisData

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long testWaitScopeGetSerialBitAnalysisData (ScopeAnalyseHandle handle, dword msgField, dword bitNo, ScopeDutyCycleDefinition dutyCycle, ScopeBitDataDutyCycle data);

Description

Returns the serial bit analysis data and duty cycle data for the defined bit.

Parameters

  • handle: A unique ID. The same handle must be used for all bit analysis function calls.
    • ScopeAnalyseHandle Selectors
      • Keyword: handle
      • Description: A unique ID
      • Type: long
  • msgField: The field within the message. See ScopeBitAnalyse.cin.
  • bitNo: The bit number within the msg field.
  • dutyCycle: The duty cycle measurement parameters. See ScopeDutyCycleDefintion.
  • data: The duty cycle data for the defined bit. See ScopeBitDataDutyCycle.

Return Values

  • 1: Success
  • < 0: Error occurred. See EScopeCAPLFitDataReturnCode in ScopeBitAnalyse.cin.

Example