Vplotstats()
This function, Vplotstats
, is designed to plot timing statistics for a Vicra system, which is a type of NDI camera. The function is part of the SolidGeometry library and was introduced in version 3.7. It is authored by Tim Lueth.
The function Vplotstats
does not take any input parameters. It operates on a global variable.
vicra_global
: This is a global variable that represents the state or data of the Vicra system. It must be initialized before calling this function.vicra_global
is empty.vicra_global
is empty, the function throws an error with the message: "Vicra driver not initialized. Please call VTReset first." This indicates that the Vicra system has not been set up properly and suggests using the VTReset
function to initialize it.vicra_global
is not empty, the function proceeds to call the plotstats
method on vicra_global
. This method is responsible for plotting the timing statistics of the Vicra system.The function does not return any output. Its primary purpose is to generate a plot of the timing statistics for the Vicra system.
The function relies on the global variable vicra_global
being properly initialized. It also depends on the plotstats
method being defined for vicra_global
.
Vreset
: Likely used to reset or initialize the Vicra system.Vstray
, VTget
, VTgetp
: Other related functions in the library, though their specific purposes are not detailed in the provided code.