Channel Class

Channel is a data class that contains data from the specified measurement channel.

y_data = Channel(name="Vout", data=Vout, unit="V")
Table 4. Python Channel Class Parameters
Parameter Required? Data Type Description
name Yes String Name of the channel.
unit No String Unit of measure for the channel data.
data Yes List [Float] 1-Dimension array of channel data.