LogicDeviceConfiguration
Bases: DeviceConfiguration
Represents the capture configuration for one of the following devices:
* Logic 8 * Logic Pro 8 * Logic Pro 16
This class is used to define the specific device configuration when starting a capture with start_capture
Attributes
| Name | Type | Description |
|---|---|---|
enabled_analog_channels | List[int] | |
enabled_digital_channels | List[int] | |
analog_sample_rate | Optional[int] | |
digital_sample_rate | Optional[int] | |
digital_threshold_volts | Optional[float] | |
glitch_filters | List[GlitchFilterEntry] |
Methods
AI/LLM users: see llms-automation.txt for machine-readable documentation.