<< User interface User interface

comm_tbx >> User interface > wfselector

wfselector

User interface for waveform selection

Parameters

callback:

Callback function called when the user has finished. The callback will be called with 2 parameters: status ('ok' if the user has pressed ok, 'cancel' otherwise), and wf (waveform object, as selected and configured by the user).

Examples

function mycallback(status, wf)
// ...
endfunction
wfselector(mycallback);

Authors


Report an issue
<< User interface User interface