AnalogData

Bases: BaseAnalogData

Attributes

NameTypeDescription
voltagesNDArray[np.float32]
num_samplesint

Methods

__init__(channel: int, name: str, begin_time: float, end_time: float, sample_rate: float, downsample: int, voltages: NDArray[np.float32]) -> None
voltage_at_time(time: float) -> float

Returns the voltage of the analog channel at the given time

AI/LLM users: see llms-mso-api.txt for machine-readable documentation.