CN116501651A - Method, device, equipment and computer readable medium for processing simulation data - Google Patents

Method, device, equipment and computer readable medium for processing simulation data Download PDF

Info

Publication number
CN116501651A
CN116501651A CN202310764412.1A CN202310764412A CN116501651A CN 116501651 A CN116501651 A CN 116501651A CN 202310764412 A CN202310764412 A CN 202310764412A CN 116501651 A CN116501651 A CN 116501651A
Authority
CN
China
Prior art keywords
simulation
result data
project
last
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202310764412.1A
Other languages
Chinese (zh)
Inventor
贝晓狮
余慧
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Shi Guan Jin Yang Technology Development Co ltd
Original Assignee
Beijing Shi Guan Jin Yang Technology Development Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Shi Guan Jin Yang Technology Development Co ltd filed Critical Beijing Shi Guan Jin Yang Technology Development Co ltd
Priority to CN202310764412.1A priority Critical patent/CN116501651A/en
Publication of CN116501651A publication Critical patent/CN116501651A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3692Test management for test results analysis

Abstract

The application discloses a method, a device, equipment and a computer readable medium for processing simulation data, which are used for reading the result data of the last simulation project stored in a preset storage format from a hard disk according to a received reading request of the result data of the last simulation project in an opening request of the current simulation project, displaying the result data of the last simulation project on a simulation test page of the current simulation project after opening, and solving the problem that the simulation project after closing execution cannot be displayed after opening again.

Description

Method, device, equipment and computer readable medium for processing simulation data
Technical Field
The present application belongs to the field of computer technology, and in particular, relates to a method, an apparatus, a device, and a computer readable medium for processing simulation data.
Background
After the simulation engineering is executed, if the engineering is closed and the engineering is opened again, the prior simulation result cannot be displayed by the existing automatic testing tool. For example, if all the use cases are executed in the last simulation project, the result of the last simulation cannot be displayed back when the project is opened again; if a part of use cases are executed in the last simulation project, the project is opened again, and the simulation results corresponding to the part of use cases cannot be displayed, and the rest use cases in the last simulation project cannot be executed continuously, so that the project can only be re-simulated.
Disclosure of Invention
In view of this, the present application provides a method, apparatus, device and computer readable medium for processing simulation data, so as to solve the problem that when a simulation project is opened again after the simulation project is performed, the last simulation result cannot be displayed back.
In order to solve the above problems, the present application provides the following solutions:
a method of processing simulation data, comprising:
receiving an opening request of a current simulation project, wherein the opening request comprises a reading request of result data of the last simulation project;
reading result data of the last simulation project according to the reading request, wherein the result data is stored on a hard disk in a preset storage format;
and opening a simulation test page of the current simulation project, and displaying the result data of the last simulation project on the simulation test page.
Optionally, the method further comprises:
recording the starting time of each simulation test in the current simulation engineering;
and when the clearing condition of the result data of the current simulation engineering is met, clearing the result data of all simulation tests before the starting time of the last simulation test in the current simulation engineering.
Optionally, the result data takes the result data of each sub-simulation test in the simulation test as a unit, and each unit is stored on the hard disk in the preset storage format.
Optionally, the result data is stored on the hard disk in a file format including the simulation data, the simulation result, and the simulation result head address offset value.
Optionally, the reading the result data of the last simulation project according to the read request includes:
and sequentially acquiring simulation data and simulation results of the last simulation engineering according to the initial address offset value of the simulation results.
Optionally, the displaying the result data of the last simulation project on the simulation test page includes:
and displaying the result data corresponding to the last simulation test in the last simulation project on the simulation test page.
A simulation data processing apparatus, comprising: the display device comprises a receiving unit, a reading unit and a display unit; wherein:
the receiving unit is used for receiving an opening request of the current simulation project, wherein the opening request comprises a reading request of result data of the last simulation project;
the reading unit is used for reading the result data of the last simulation project according to the reading request, and the result data is stored on a hard disk in a preset storage format;
the display unit is used for opening a simulation test page of the current simulation project and displaying the result data of the last simulation project on the simulation test page.
Optionally, the result data displayed by the simulation test page is the result data corresponding to the last simulation test in the last simulation project.
A processing device of simulation data comprises a memory and a processor;
the memory is used for storing instructions;
the processor is configured to execute the instructions stored in the memory to implement the method for processing simulation data as described in any one of the above.
A computer readable medium having stored thereon a computer program which, when executed by a processor, is capable of implementing a method of processing simulation data as claimed in any one of the preceding claims.
According to the scheme, the processing method, the device, the equipment and the computer readable medium of the simulation data disclosed by the application read the result data of the last simulation project stored in the preset storage format from the hard disk according to the received read request of the result data of the last simulation project in the opening request of the current simulation project, and display the result data of the last simulation project on the simulation test page of the current simulation project after opening, thereby solving the problem that the simulation project after closing execution cannot display the simulation result of the last simulation project after opening again.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present application, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
FIG. 1 is a schematic flow chart of a method for processing simulation data provided in the present application;
FIG. 2 is an exemplary diagram of a dat file storage format provided herein;
FIG. 3 is an exemplary diagram of the content of the dat file provided herein;
FIG. 4 is an exemplary diagram of folders of the simulation project provided herein;
FIG. 5 is an exemplary diagram of time stamps shown in the files provided herein;
FIG. 6 is a diagram of an example of a dat file storage hierarchy and dat file names provided herein;
FIG. 7 is a diagram of an exemplary time stamp of the last simulation test provided herein;
FIG. 8 is an exemplary diagram of a portion of a dat file in a simulation project provided herein;
FIG. 9 is a diagram of a simulated test page of the prior art automated test tool provided herein after being opened;
FIG. 10 is a diagram of a simulated test page provided herein after an automated test tool embodying the present application is opened;
FIG. 11 is a block diagram of the hardware architecture of the simulation data processing apparatus provided by the present application;
fig. 12 is a block diagram showing the constitution of the simulation data processing apparatus provided in the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
The term "including" and variations thereof as used herein are intended to be open-ended, i.e., including, but not limited to. The term "based on" is based at least in part on. The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments. Related definitions of other terms will be given in the description below.
It should be noted that the terms "first," "second," and the like herein are merely used for distinguishing between different devices, modules, or units and not for limiting the order or interdependence of the functions performed by such devices, modules, or units.
It should be noted that references to "one" or "a plurality" in this application are intended to be illustrative rather than limiting, and those of ordinary skill in the art will appreciate that "one or more" is intended to be interpreted as "one or more" unless the context clearly indicates otherwise.
Existing automated test tools are provided with the capability to derive simulation result reports that support PDF (Portable Document Format ), HTML (Hyper Text Markup Language, hypertext markup language), and so forth. However, if the prior automatic test tool is closed after the simulation engineering is executed and the engineering is opened again, the prior simulation result cannot be displayed, and the prior simulation result can be obtained only by carrying out the simulation once again, thus the problem is greatly reduced in usability of the automatic test tool. It should be noted that, there is a need for a user to display the result data of the last simulation project after opening the automated test tool.
The application can meet the requirement of displaying the result data of the last simulation project after the automatic test tool is opened, and the brought benefits mainly include two aspects: in one aspect, the simulated case curves and result data may be viewed in an automated test tool prior to execution. On the other hand, the simulation engineering can be performed incrementally, that is, the last non-executed use case can be simulated as required, for example: a simulation project needs to execute a plurality of simulation cases, the process needs to wait for a long time to complete all execution, if the simulation is terminated due to unreliability such as sudden occurrence of power failure of a computer, and the like, the automatic test tool is opened again, so that the result data of the simulation project which is not completed in the last time can be displayed, incomplete simulation can be continuously executed, and finally, a simulation result report of all cases is obtained.
The application discloses a method, a device, equipment and a computer readable medium for processing simulation data, which are used for solving the problem that a last simulation result cannot be displayed back when a project is opened again after a simulation project is performed.
Referring to fig. 1, a flow chart of a method for processing simulation data provided in the present application includes the following processing steps:
step 101, receiving an opening request of a current simulation project, wherein the opening request comprises a reading request of result data of the last simulation project.
Optionally, the result data of the last simulation project may be values of each variable in each simulation step length in the simulation process, that is, a use case curve, and contents such as pass or failed of the simulation result, and it should be noted that, the use case curve is mainly used to represent the change of the value of the variable concerned under the current use case, each use case concerned curve may be configured by the user, and the automatic test tool of the present application includes a configuration interface, for example, after the user selects the concerned variable a and the variable B, the use case curve corresponding to each variable a and variable B may be drawn in the corresponding region after the simulation is performed; the results of the simulation may be presented in the form of a test results table.
The automatic testing tool receives an opening request of the simulation engineering, wherein the opening request comprises a reading request of result data of the last simulation engineering. Specifically, the user double clicks the automatic test software applying the application, and at this time, the automatic test software receives an opening request of the simulation project, where the opening request of the simulation project includes a reading request of result data of the last simulation project.
Step 102, reading the result data of the last simulation project according to the reading request, wherein the result data is stored on a hard disk in a preset storage format.
Optionally, the result data is stored on the hard disk in a file format including the simulation data, the simulation result, and the simulation result head address offset value, with the result data of each sub-simulation test in the simulation test as a unit. The automatic test tool can read the result data of each sub-simulation test in the simulation test as a unit according to the read request, and the result data of the last simulation project stored on the hard disk in a file format comprising the simulation data, the simulation result and the simulation result first address offset value.
Optionally, the result data in the present application uses each working condition of each use case as a unit, and stores the result data corresponding to each working condition into a dat file, where the dat file includes all data of one working condition simulation and a simulation result. The storage format of the dat file adopted in the application mainly has two reasons, and the first reason is that the result data mainly comprises binary values of each simulation moment of each variable, and the dat format is suitable. Although txt or other formats may be used, the conversion from character strings to numbers may be increased, which affects the analysis efficiency and thus the reading efficiency of the result data. In many cases, the dat format file is data used by a program, and is mainly defined by a developer for the purpose of clarifying the meaning of the file, and may be named as another extension. The second reason is that the storage format of the dat file designed by the application can ensure that the time for reading the result data of the last simulation project is shortest, namely, the result data of the last simulation project can be quickly read and displayed after the automatic test tool is opened, and the overlong opening time of the automatic test tool can not be caused by the result data with the last simulation project. Referring to fig. 2, an exemplary diagram of a dat file storage format provided in the present application, as shown in fig. 2, the dat file internal storage format mainly includes simulation data (values of respective variables at each simulation time), a simulation result, and a simulation result head address offset value.
Optionally, referring to fig. 3, an exemplary diagram of the content of the dat file is provided herein. As shown in the figure, the simulation data, the simulation result and the simulation result head address offset value are included, and the position selected by the frame in the figure is the simulation result head address offset value. It should be noted that, the first address offset value of the simulation result is written at the end of the dat file in a binary bit inversion manner, when the dat file is read, the offset position of the simulation result data storage is read by firstly seek and finally eight bytes, then the simulation result data can be read from the seek to the offset position, and thus, the time is saved compared with the time of directly reading all information of the dat file and then matching the beginning and the end of the simulation result according to the keywords.
For example, the Qfile-like file of Qt can be called to open the reading interface, 500 dat files are provided for the simulation project, when the simulation project is opened, the 500 dat files need to be read once, result data are found and stored in a structure corresponding to the test result table, and if the result data are directly read and matched with keywords (the result data start with "# - - - - - - -" and end with "- - - - - - - - -"), the result data are found, the simulation project needs 3 minutes to be opened, and when the simulation project is opened, the simulation project needs only 30 seconds to be opened by adopting the method of the application to read.
Illustratively, the pseudocode for reading a dat file may be as follows:
QString datFilePath = projectPath+ "/resultStore/" +suite+ "/" +caseame+ "/" +dat;// find the dat file path to be read this time
Qfile datfile (datFilePath);// create Qfile corresponding to dat
if (datfile.open (QIODevice:: readOnly))/(read-only mode) this dat file is opened
{
datfile.seek (datfile.size () -sizeof (qint 64))/(and find the offset index location stored at the end of the document
QByteArray byteArrayIndex =datfile.read (sizeof (qint 64));// read offset value
qint64 index= reinterpres_cast < qint64 x >; bytearray index. Data ())// offset value is converted into integer type
datfile.seek (index);// file start is directly shifted to the storage location of test results
QByteArray byteArrayResult =datfile.read (datfile.size () -index-sizeof (qint 64))// read test result content is a binary set
QSTRING lastline = QSTRING:: from local8Bit (byteArrayResult);// conversion to string type
datfile close ();// close dat file
if (|lastline. Isempty () & lastline. StartsWith ("# - -") & lastline end With ("- - # -)))// determines that the resulting test result string is legal, with contracted start and end characters
{
Each item in the test result character string is sequentially taken out and stored in the data structure of the test result table, so that the display is convenient
}
It should be noted that, the dat file is stored in the hard disk during the process of executing the simulation by the simulation engineering, and the specific implementation steps are as follows:
1) Opening an automatic testing tool applying the method, clicking a simulation start button, and recording a time stamp of the starting time of the simulation project under a file SimStartTime.
It should be noted that, a folder is generated in each simulation project, referring to fig. 4, and as shown in fig. 4, the folder example diagram of the simulation project provided in the present application mainly includes five parts, namely "Resources, resultStore, testCases, simStartTime and suite. Gct", and the time of starting each working condition is recorded through a file SimStartTime, referring to fig. 5, a timestamp example diagram displayed in the file provided in the present application is provided, and then the timestamp is needed to determine which dat files are simulation execution results of the last simulation test.
2) And after each working condition is simulated, storing simulation data and a test structure into a dat file, wherein the dat file is stored in a computer hard disk space, and the specific storage position can be under a resultStore folder under the current engineering path. The Dat file is named after the actual start of each operating condition simulation to the nearest millisecond. Referring to fig. 6, a chart of a dat file storage hierarchy and a dat file name provided in the present application is shown in fig. 6, where "#" is preceded by a timestamp for starting simulation under the present condition, and numbers following "#" indicate what condition is in the current simulation test.
3) Before the automatic test tool applying the application is closed or opened, the dat file of the last simulation result is reserved, redundant dat files are cleared, and the situation that the disk occupies more and more is avoided, wherein the dat file of the last simulation result is all working conditions of the last simulation test is referred to herein. It should be noted that, a simulation project may include a plurality of simulation tests, and each simulation test may include one working condition or a plurality of working conditions.
Referring to fig. 7, an exemplary diagram of a time stamp of the last simulation test provided in the present application is shown in fig. 7, the time of executing the last simulation test is 15 minutes 22 seconds at 15 points of 22 days of 5 months of 2023, and correspondingly, referring to fig. 8, a partial dat file exemplary diagram in the simulation project provided in the present application is shown in fig. 8, and the dat file selected by the box is the result of all working conditions of the last simulation execution, and it can be understood that the last simulation test includes eight working conditions.
Optionally, the basis for clearing the redundant dat file is to compare the timestamp recorded in the SimStartTime with the timestamp on the dat file name, clear the dat file earlier than the timestamp recorded in the SimStartTime, and keep the dat file later than the timestamp recorded in the SimStartTime. When the clearing condition of the result data of the current simulation engineering needs to be satisfied, the result data of all simulation tests before the starting time of the last simulation test in the current simulation engineering are cleared. The clearing condition may specifically be when the automated test tool of the present application is turned off and on. The purpose of doing so is to prevent the automatic test tool from being normally closed, and the dat file has redundancy residues under the abnormal scene that the redundant dat file is withdrawn without being emptied. By the aid of the method, redundant residues of the dat file can be effectively avoided when the automatic testing tool is opened every time.
It should be noted that, the dat file in the present application is stored on the hard disk, but not in the memory of the computer, because the memory is not infinite, if the data is stored in the memory, as the simulation working conditions are executed more and more, more memory space is required to take the stored data, so as to cope with the requirements of curve drawing and the like required by the user, the memory of the computer may be expanded to cause the computer to be blocked. In contrast, the data on the hard disk can be read when needed, for example, a user needs to draw a curve of some variables under a certain working condition, and only needs to read the corresponding dat file, so that the risk of locking the computer is avoided.
It should be noted that, the automated test tool applying the present application may write the simulated result data into the dat file in batches, for example: after simulation for a period of time, 4M result data are generated and can be written into the dat file, so that the simulation data can be stored in real time, and the simulation result data are basically not lost when the simulation is terminated due to unreliability.
And step 103, opening a simulation test page of the current simulation project, and displaying the result data of the last simulation project on the simulation test page.
Optionally, a simulation test page of the current simulation project is opened, and the result data corresponding to the last simulation test in the last simulation project can be directly displayed.
Referring to fig. 9, a simulated test page diagram of an opened existing automated test tool is provided. As shown in FIG. 9, the expected curve and test result area are blank, and the existing automated test tool, whether or not simulated before, displays the use case curve and result without simulation. Correspondingly, referring to fig. 10, a simulation test page diagram after the automatic test tool of the present application is opened, after 8 working conditions of a simulation project are shown, a simulation curve can be seen on the simulation test page, a table displays a test result in a test result area below, and the test result of each working condition corresponds to one row of content in the table. Specifically, the mouse clicks the curve page of a case which is simulated last time, pulls down to select the corresponding working condition, switches the working condition, and can switch the working condition at the place selected by the upper right corner box in fig. 10, and the corresponding curve chart can be displayed correspondingly after clicking. By selecting a curve page of a case, the current curve can be designated as: and under a certain working condition, the program searches whether a corresponding dat file exists, and draws a corresponding use case curve. And when the working condition is switched, the corresponding dat data is redrawn to the curve chart, and the waiting time for loading the data is approximately 1s.
In summary, according to the method for processing simulation data disclosed by the application, the result data of the last simulation project stored in the preset storage format is read from the hard disk according to the received read request of the result data of the last simulation project in the opening request of the current simulation project, and the result data of the last simulation project is displayed on the simulation test page of the current simulation project after opening, so that the problem that the simulation project after closing execution cannot be displayed after opening again is solved.
The method and the device can save the simulation result data to the computer hard disk in time, and can rapidly read and display the result data of the last simulation test in the last simulation project by adopting an optimized storage format.
For the above simulation data processing method, the present application also provides a simulation data processing device, where the device is configured as shown in fig. 11.
A receiving unit 10, a reading unit 20 and a display unit 30, wherein:
the receiving unit 10 is configured to receive an opening request of a current simulation project, where the opening request includes a read request of result data of a previous simulation project;
the reading unit 20 is configured to read, according to the reading request, result data of a previous simulation project, where the result data is stored in a hard disk in a preset storage format;
the display unit 30 is configured to open a simulation test page of the current simulation project, and display result data of the last simulation project on the simulation test page.
In an embodiment, the apparatus further includes a cleaning unit, specifically configured to:
recording the starting time of each simulation test in the current simulation engineering;
and when the clearing condition of the result data of the current simulation engineering is met, clearing the result data of all simulation tests before the starting time of the last simulation test in the current simulation engineering.
In one embodiment, the result data in the reading unit 20 is in units of the result data of each sub-simulation test in the simulation test, and each unit is stored on the hard disk in the preset storage format.
In one embodiment, the result data in the reading unit 20 is stored on the hard disk in a file format including the simulation data, the simulation result, and the simulation result head address offset value.
In one embodiment, the reading unit 20 is specifically configured to:
and sequentially acquiring simulation data and simulation results of the last simulation engineering according to the initial address offset value of the simulation results.
In one embodiment, the display unit 30 is specifically configured to:
and displaying the result data corresponding to the last simulation test in the last simulation project on the simulation test page.
Optionally, the present application further provides a hardware structure block diagram of the simulation data processing apparatus provided by the present application as shown in fig. 12, mainly including a processor 1 and a memory 3, and at least one processor 1, at least one communication interface 2, at least one memory 3 and at least one communication bus 4.
The memory 3 is used for storing instructions;
the processor 1 is configured to execute instructions stored in the memory to implement respective processing flows of a processing method of simulation data.
In addition, the embodiment of the application also provides a storage medium, on which a computer program is stored, wherein the computer program can realize each processing flow of the processing method of the simulation data when being executed by a processor.
It should be noted that, in the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described as different from other embodiments, and identical and similar parts between the embodiments are all enough to be referred to each other.
For convenience of description, the above system or apparatus is described as being functionally divided into various modules or units, respectively. Of course, the functions of each element may be implemented in one or more software and/or hardware elements when implemented in the present application.
From the above description of embodiments, it will be apparent to those skilled in the art that the present application may be implemented in software plus a necessary general purpose hardware platform. Based on such understanding, the technical solutions of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions to cause a computer device (which may be a personal computer, a server, or a network device, etc.) to perform the methods described in the embodiments or some parts of the embodiments of the present application.
Finally, it is further noted that relational terms such as first, second, third, fourth, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing is merely a preferred embodiment of the present application and it should be noted that modifications and adaptations to those skilled in the art may be made without departing from the principles of the present application and are intended to be comprehended within the scope of the present application.

Claims (10)

1. A method for processing simulation data, comprising:
receiving an opening request of a current simulation project, wherein the opening request comprises a reading request of result data of the last simulation project;
reading result data of the last simulation project according to the reading request, wherein the result data is stored on a hard disk in a preset storage format;
and opening a simulation test page of the current simulation project, and displaying the result data of the last simulation project on the simulation test page.
2. The method as recited in claim 1, further comprising:
recording the starting time of each simulation test in the current simulation engineering;
and when the clearing condition of the result data of the current simulation engineering is met, clearing the result data of all simulation tests before the starting time of the last simulation test in the current simulation engineering.
3. The method of claim 2, wherein the result data is in units of result data of each sub-simulation test of the simulation tests, and each unit is stored on a hard disk in the preset storage format.
4. The method of claim 1, wherein the result data is stored on the hard disk in a file format comprising simulation data, simulation results, and simulation result head address offset values.
5. The method of claim 4, wherein reading the last simulation engineering result data according to the read request comprises:
and sequentially acquiring simulation data and simulation results of the last simulation engineering according to the initial address offset value of the simulation results.
6. The method of claim 1, wherein the presenting the result data of the last simulation project on the simulation test page comprises:
and displaying the result data corresponding to the last simulation test in the last simulation project on the simulation test page.
7. A simulation data processing apparatus, comprising: the display device comprises a receiving unit, a reading unit and a display unit; wherein:
the receiving unit is used for receiving an opening request of the current simulation project, wherein the opening request comprises a reading request of result data of the last simulation project;
the reading unit is used for reading the result data of the last simulation project according to the reading request, and the result data is stored on a hard disk in a preset storage format;
the display unit is used for opening a simulation test page of the current simulation project and displaying the result data of the last simulation project on the simulation test page.
8. The device for processing simulation data according to claim 7, wherein the result data displayed by the simulation test page is the result data corresponding to the last simulation test in the last simulation project.
9. A simulation data processing device, comprising a memory and a processor;
the memory is used for storing instructions;
the processor is configured to execute instructions stored in the memory to implement the method for processing simulation data according to any of claims 1-6.
10. A computer readable medium on which a computer program is stored, characterized in that the computer program, when being executed by a processor, is capable of realizing a method of processing simulation data according to any of claims 1-6.
CN202310764412.1A 2023-06-27 2023-06-27 Method, device, equipment and computer readable medium for processing simulation data Pending CN116501651A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310764412.1A CN116501651A (en) 2023-06-27 2023-06-27 Method, device, equipment and computer readable medium for processing simulation data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310764412.1A CN116501651A (en) 2023-06-27 2023-06-27 Method, device, equipment and computer readable medium for processing simulation data

Publications (1)

Publication Number Publication Date
CN116501651A true CN116501651A (en) 2023-07-28

Family

ID=87328788

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310764412.1A Pending CN116501651A (en) 2023-06-27 2023-06-27 Method, device, equipment and computer readable medium for processing simulation data

Country Status (1)

Country Link
CN (1) CN116501651A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106018722A (en) * 2016-05-31 2016-10-12 广东省环境保护工程研究设计院 Sewage treatment water quality monitoring method, device and system
CN106528441A (en) * 2016-10-26 2017-03-22 珠海格力电器股份有限公司 Data processing method and device of simulate EEPROM and electronic equipment
CN107193628A (en) * 2017-04-07 2017-09-22 万达百汇科技(深圳)有限公司 Payment terminal application simulation method and apparatus
US20180004640A1 (en) * 2016-06-29 2018-01-04 Synopsys, Inc. Automated http user flows simulator
CN112799302A (en) * 2020-12-31 2021-05-14 长沙湘丰智能装备股份有限公司 Tea rolling pressure self-adaption method based on fuzzy PID control algorithm
CN115167178A (en) * 2022-07-27 2022-10-11 广州文远知行科技有限公司 Remote control simulation method and device for automatic driving algorithm and storage medium
CN116306426A (en) * 2022-09-07 2023-06-23 北京轩宇信息技术有限公司 Digital logic simulation system based on transaction

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106018722A (en) * 2016-05-31 2016-10-12 广东省环境保护工程研究设计院 Sewage treatment water quality monitoring method, device and system
US20180004640A1 (en) * 2016-06-29 2018-01-04 Synopsys, Inc. Automated http user flows simulator
CN106528441A (en) * 2016-10-26 2017-03-22 珠海格力电器股份有限公司 Data processing method and device of simulate EEPROM and electronic equipment
CN107193628A (en) * 2017-04-07 2017-09-22 万达百汇科技(深圳)有限公司 Payment terminal application simulation method and apparatus
CN112799302A (en) * 2020-12-31 2021-05-14 长沙湘丰智能装备股份有限公司 Tea rolling pressure self-adaption method based on fuzzy PID control algorithm
CN115167178A (en) * 2022-07-27 2022-10-11 广州文远知行科技有限公司 Remote control simulation method and device for automatic driving algorithm and storage medium
CN116306426A (en) * 2022-09-07 2023-06-23 北京轩宇信息技术有限公司 Digital logic simulation system based on transaction

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
R2021A: "在仿真数据检查器中查看数据", pages 1 - 7, Retrieved from the Internet <URL:https://ww2.mathworks.cn/help/releases/R2021b/simulink/ug/populate-sdi-with-your-data.html?searchHighlight=%E5%9C%A8%E4%BB%BF%E7%9C%9F%E6%95%B0%E6%8D%AE%E6%A3%80%E6%9F%A5%E5%99%A8%E4%B8%AD%E6%9F%A5%E7%9C%8B%E6%95%B0%E6%8D%AE&s_tid=doc_srchtitle> *
YYXXRR739: "Simulink能否保存上一次仿真状态,作为下次仿真的初始状态", pages 1 - 6, Retrieved from the Internet <URL:https://www.ilovematlab.cn/thread-285359-1-1.html?_dsign=a8a4d817> *
杨源鑫 等: "嵌入式C语言技术实战开发", 北京航空航天大学出版社, pages: 133 - 136 *

Similar Documents

Publication Publication Date Title
US20100058118A1 (en) Storage medium recording information reacquisition procedure generation program and information reacquisition procedure generation apparatus
US7096421B2 (en) System and method for comparing hashed XML files
JP5198132B2 (en) State transition test support device, state transition test support program, and state transition test support method
CN102571403A (en) Realization method and device for general data quality control adapter
CN107924357B (en) Job managing apparatus and job management method
CN111881037A (en) Test case management method and device and electronic equipment
JP2005521135A (en) A method for quickly analyzing the family line of the subject patent from the database and providing it
JP2009245383A (en) Information processor and program analyzing method
CN108984337A (en) A kind of restorative procedure of data synchronous abnormality, prosthetic device, medium and calculate equipment
JP3182111B2 (en) Program test support device
JP2010026849A (en) System, program, and method for document management
CN112418875B (en) Cross-platform tax intelligent customer service corpus migration method and device
CN111737443B (en) Answer text processing method and device and key text determining method
CN116501651A (en) Method, device, equipment and computer readable medium for processing simulation data
JP2017016507A (en) Test management system and program
JP4215255B2 (en) Degradation confirmation inspection method, degradation confirmation inspection system, and program therefor
CN116662197A (en) Automatic interface testing method, system, computer and readable storage medium
CN112256365B (en) Method and terminal for automatically managing multi-language versions
JP2001256043A (en) Correction history managing method and correction history management system of program source
JP5747755B2 (en) Process relationship analysis program, process relationship analysis apparatus, and process relationship analysis method
US20130145262A1 (en) Visual Interface Browser
JP4134824B2 (en) Information processing apparatus and program
US20100042686A1 (en) Computer readable recording medium storing linking keyword automatically extracting program, linking keyword automatically extracting method and apparatus
WO2023189440A1 (en) Information processing device and information processing method
CN115659182B (en) Model updating method, device and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination