NordicWaveform

This module contains all class information related to Nordic Events.

Functions and Classes

class NordicWaveform(header=None)

A class that functions as a collection of enums. Contains the information of the waveform header line of a nordic file.

Parameters:

header (list) – The header of a nordic waveform in a list where each index of a value corresponds to NordicWaveform’s pseudo-enum.

Variables:
  • header_type (int) – This value tells that this is a NordicWaveform object. Value of 6
  • waveform_info (str) – the waveform file name of this event
  • pid (str) – Persistent id of the solution.
  • h_id (int) – id of this NordicWaveform header in the database
  • WAVEFORM_INFO (int) – Location of the waveform info of the event. value of 0
  • PID (int) – Location of the pid in a array. Value of 1
  • H_ID (int) – Location of the h_id in a array. Value of 2
getWaveformFileName()

Get the name of the waveform file as a string