QuantAsylum QA401 User
’s
Manual
Page
67
///
<param name="type"></param>
void
SetUnits(
QA401
.
UnitsType
type);
///
<summary>
///
Sets the length of the in and out sample buffers. The buffer length must be a power of 2 and must be a supported buffer
///
length. If not a power of two, it will be rounded up to the next power of 2.
///
</summary>
///
<param name="samples"></param>
void
SetBufferLength(
uint
samples);
void
SetMuting(
QA401
.
Muting
muteState);
///
<summary>
///
Generates a continuous tone on the QA401 hardware at the currently selected sample rate. The tone is generated
///
for 'durationMS' milliseconds, and the call blocks during that time
///
</summary>
///
<param name="amp"></param>
///
<param name="freq"></param>
///
<param name="timeMS"></param>
void
GenerateTone(
double
ampDBV,
double
freq,
int
durationMS);
}
Содержание QA401
Страница 70: ...QuantAsylum QA401 User s Manual Page 70...