DAQ#

class pycanape.daq.FifoReader(canape_instance: CANape, task: EcuTask, refresh_rate: float)#
Parameters:
  • canape_instance

  • task

  • refresh_rate

add_channel(channel_name: str, polling_rate: int, save_to_file: bool) None#
property channel_names: List[str]#
clear_channels() None#
get_sample(channel_name: str) Sample#
get_value(channel_name: str) float#
property task: EcuTask#