Module redpitaya::acquire [] [src]

Enums

Decimation
SamplingRate
TrigSrc
TrigState

Functions

get_averaging

Returns information if averaging of data between samples is enabled or disabled.

get_data_pos_raw

Returns the ADC buffer in raw units from start to end position.

get_data_pos_v

Returns the ADC buffer in Volt units from start to end position.

get_data_raw

Returns the ADC buffer in raw units from specified position.

get_data_raw_v2

Returns the ADC buffer in raw units from specified position.

get_data_v

Returns the ADC buffer in Volt units from specified position.

get_data_v2

Returns the ADC buffer in Volt units from specified position.

get_decimation

Gets the decimation used at acquiring signal.

get_decimation_factor

Gets the decimation factor used at acquiring signal in a numerical form.

get_gain

Returns the currently set acquire gain state in the library.

get_gain_v

Returns the currently set acquire gain in the library.

get_guf_size
get_latest_data_raw

Returns the latest ADC buffer samples in raw units.

get_latest_data_v

Returns the latest ADC buffer samples in Volt units.

get_normalized_data_pos

Normalizes the ADC buffer position.

get_oldest_data_raw

Returns the ADC buffer in raw units from the oldest sample to the newest one.

get_oldest_data_v

Returns the ADC buffer in Volt units from the oldest sample to the newest one.

get_pre_trigger_counter

Returns the number of valid data ponts before trigger.

get_sampling_rate

Gets the sampling rate for acquiring signal.

get_sampling_rate_hz

Gets the sampling rate for acquiring signal in a numerical form in Hz.

get_trigger_delay

Returns current number of decimated data after trigger written into memory.

get_trigger_delay_ns

Returns the current amount of decimated data in nanoseconds after trigger written into memory.

get_trigger_hyst

Gets currently set trigger threshold hysteresis value in volts.

get_trigger_level

Gets currently set trigger threshold value in volts.

get_trigger_src

Gets the trigger source used at acquiring signal.

get_trigger_state

Returns the trigger state.

get_write_pointer

Returns current position of ADC write pointer.

get_write_pointer_at_trig

Returns position of ADC write pointer at time when trigger arrived.

reset

Resets the acquire writing state machine.

set_arm_keep

Enables continous acquirement even after trigger has happened.

set_averaging

Enables or disables averaging of data between samples.

set_decimation

Sets the decimation used at acquiring signal.

set_gain

Sets the acquire gain state.

set_sampling_rate

Sets the sampling rate for acquiring signal.

set_trigger_delay

Sets the number of decimated data after trigger written into memory.

set_trigger_delay_ns

Sets the amount of decimated data in nanoseconds after trigger written into memory.

set_trigger_hyst

Sets the trigger threshold hysteresis value in volts.

set_trigger_level

Sets the trigger threshold value in volts.

set_trigger_src

Sets the trigger source used at acquiring signal.

start

Starts the acquire.

stop

Stops the acquire.