GetStationSettings Callback (TSM)

TSM calls the GetStationSettings callback sequence to programmatically obtain station settings without requiring much, if any, test engineer or technician interaction when execution begins.

The default implementation of the GetStationSettings callback sequence sets some standard station settings, such as Standard.HandlerType, Standard.NodeName, and Standard.TesterType. You can override this callback sequence to customize the behavior for when TSM attempts to determine station settings values at run time. You can also use the ConfigureStationSettings callback sequence to prompt a test engineer or technician to manually configure station settings in a dialog box or to use another mechanism that requires user input.

The GetStationSettings callback sequence accepts the following parameters:

  • StationSettings [In/Out]—An instance of the NI_SemiconductorModule_StationSettings data type. Enter values for all the properties that you require. If you implement a mechanism for programmatically obtaining station information, ensure that the mechanism obtains values for all the properties of the StationSettings parameter that you require. If the default properties of the StationSettings parameter do not meet your requirements, you can add properties to the NI_SemiconductorModule_CustomStationSettings data type. The properties you add to the data type appear in the Custom container of the StationSettings parameter.