ltc2387

class adi.ltc2387.ltc2387(*args: str | Context, **kwargs: str | Context)

Bases: rx_def

LTC2387 family devices

compatible_parts = ['ltc2387', 'ltc2387-16', 'ltc2387-18', 'adaq23876', 'adaq23878']
property sampling_frequency

sample_rate: Sample rate in samples per second. Valid options are: Device’s maximum sample rate (15000000 in the case of the LTC2387-18) and lower. Actual sample rates will be the master clock divided by an integer, for example, the CN0577 has a 120 MHz clock, so available sample rates will be: 120 MHz / 8 = 15 Msps 120 MHz / 9 = 13.333 Msps 120 MHz / 10 = 12 Msps etc.