API Reference v9.1.0

OscilloscopeCapturePropertiesdata class

Module: zaber_motion.ascii

The public properties of one channel of recorded oscilloscope data.

To use this type, add from zaber_motion.ascii import OscilloscopeCaptureProperties to the top of your source code.

Properties

p

data_source

oscilloscope_capture_properties.data_source
OscilloscopeDataSource Indicates whether the data came from a setting or an I/O pin.
p

setting

oscilloscope_capture_properties.setting
str The name of the recorded setting.
p

axis_number

oscilloscope_capture_properties.axis_number
int The number of the axis the data was recorded from, or 0 for the controller.
p

io_type

oscilloscope_capture_properties.io_type
IoPortType Which kind of I/O port data was recorded from.
p

io_channel

oscilloscope_capture_properties.io_channel
int Which I/O pin within the port was recorded.