Channel Class
- Updated2022-07-11
- 1 minute(s) read
Channel Class
Channel is a data class that contains data from the specified measurement channel.
y_data = Channel(name="Vout", data=Vout, unit="V")
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. |