Syntax |
Top Previous Next |
This routine is used to access low-level settings of the instrument. See the attributeID parameter for a link to all attributes of the instrument. Function Tree Node: \Boonton55xxx\Attribute Accessors\GetAttributeViInt32 Declaration: Btn55xxx.h Implementation: Btn55xxx.dll
ParametersVi The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session. RepCapIdentifier If the attribute applies to a repeated capability, the user passes a physical or virtual repeated capability identifier. Otherwise, the user passes VI_NULL or an empty string. For attributes requiring nested repeated capabilities, enter the names separated by a colon as in: "Window1:Trace2". AttributeID The ID of the attribute. The valid values for this parameter can be found in the driver header file. AttributeValue Returns the current value of the attribute. The user must specify the address of a variable that has the same data type as the attribute. Return Value
See AlsoReference |