AW00097603000 Standard FeaturesBasler aviator GigE 25910.19.4 Selecting a "Startup" SetYou can select the default set or one of the user sets stored in the camera’s non-volatile memory tobe the "startup" set. The configuration set that you select as the startup set will be loaded into theactive set whenever the camera starts up at power on or after a reset.With Basler pylon, the User Set Default Selector parameter is used to select User Set 1, User Set2, User Set 3, or the Default Set as the startup set.You can use the pylon API to set the User Set Default Selector parameter from within yourapplication software. The following code snippet illustrates using the API to set the selector:// Designate user set 1 as the startup setCamera.UserSetDefaultSelector.SetValue( UserSetDefaultSelector_UserSet1 );// Designate the default set as the startup setCamera.UserSetDefaultSelector.SetValue( UserSetDefaultSelector_Default );For more information about the pylon API and the pylon Viewer, see Section 3 on page 21.