DiscontinuousAnalogData

Bases: BaseAnalogData

Attributes

NameTypeDescription
channelint
namestr
begin_timefloat
end_timefloat
sample_ratefloat
downsampleint
tracesList[AnalogData]
num_samplesint

Methods

__init__(channel: int, name: str, begin_time: float, end_time: float, sample_rate: float, downsample: int, traces: List[AnalogData]) -> 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.