DeleteProbe
Releases a task from a probe it has grabbed.
Synopsis
Err DeleteProbe( Item ProbeItem )
Description
This function deletes the probe item created by CreateProbe()
, freeing its resource and disconnecting the task that created the probe item from the instrument containing the probe.
Arguments
- ProbeItem
- Item number of probe to delete.
Return Value
The function returns a non-negative value if successful or an error code ( a negative value) if an error occurs.
Implementation
Folio call implemented in Audio folio V24.
Associated Files
audio.h
See Also
ReadProbe
(), CreateProbe()