![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/a/73/a73a4b49-d7f1-4c0b-9164-d43628ae57b6/a73a4b49-d7f1-4c0b-9164-d43628ae57b6-bg24.png)
API Guide
1-18 Getting Started 601355 Rev A
Parameter Defaults Two levels of default settings used in the API software—global
defaults and command-specific defaults.
• Global defaults are initialized at startup and can be set or
retrieved using the
VS_Global_SetFields() and
VS_Global_GetFields() calls.
• Command-specific defaults are set using the
VSCMD_commandname_SetDefaults() calls.
If command-specific defaults are set for a specific command (e.g.,
mount), they override the global defaults for all requests for
execution of that command. To override a default parameter value
for a specific instance of a command request, the parameter
identifier and the value to be used for the parameter can be
submitted on the command request (e.g.,
VSCMD_Mount())
itself.
Item Description