Defining the Function Parameters
- Updated2023-02-21
- 1 minute(s) read
To design the code for an instrument driver function, you must first establish its parameters.
Function parameters provide input information to the function and output variables where the function can store its results. Output parameters often contain values that the function reads from the instrument and formats for the user.