Wiki

Clone wiki

UFF / v0.1 / uff.transmit_setup

uff.transmit_setup< uff

UFF class to describe the transmit event (probe/channels, waves, excitations, etc.).

Parameters

Parameter Datatype Description
probe uff.probe Reference to the probe use in transmission
transmit_waves uff.transmit_wave List of transmit waves used in this event with their respective time offset and weight
channel_mapping uint16 Map of transmit channels to transducer elements
sampled_delays single or double (Optional) Transmit delay line as set in the system for active channels [s].
sampled_excitations single or double (Optional) Matrix of sampled excitation waveforms [normalized units].
sampling_frequency single or double (Optional) Sampling frequency of the excitation waveforms [Hz]
transmit_voltage single or double (Optional) Peak amplitude of the pulse generator [V]

Notes

The object transmit_setup contains a reference to the probe used to transmit the waves, an array describing all the transmit_waves, and a channel_mapping dataset routing the elements in the probe to the active channels in the system.

Files

Updated