This is the 7th lecture in "Abaqus Python Scripting - Learn with the Concepts" series. In this lecture, you will learn how to ask the inputs from the user using a pop-up window. This method is very useful, user friendly and intuitive compared passing inputs through a text file.
For more videos like this, please comment with topics and I will try to make the video on it. If want to support encourage me to make more video like this, then please Like, Share and Comment.
Files used in this Lecture:
https://github.com/Abaqus-Python/Lec7_Asking-Inputs-to-User
Time stamps for this video:
0:00 Introduction
02:04 Command overview
04:04 Taking single user input
07:04 Taking multiple user input
11:57 Taking user warning reply
13:50 Validating the user inputs
16:42 Recap