0% found this document useful (0 votes)
7 views1 page

example script conductor rail

The document outlines a series of SQL commands for managing simulations in a database. It includes updating comments for simulation ID #4 to reflect different descriptions and changing predefined impedance for elements. Finally, it queues and runs all queued simulations related to aluminium conductor rail sections.

Uploaded by

joesimonwalter
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

example script conductor rail

The document outlines a series of SQL commands for managing simulations in a database. It includes updating comments for simulation ID #4 to reflect different descriptions and changing predefined impedance for elements. Finally, it queues and runs all queued simulations related to aluminium conductor rail sections.

Uploaded by

joesimonwalter
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#Queue simulation ID #4 on model database gvb05ddalusim

queue_simulation gvb05ddalusim 4

#Update the comment of simulation ID #4 to describe what the simulation is for


execute_sql q_db UPDATE simulation SET comment = 'base simulation' WHERE id = 4

#Queue simulation ID #4 on model database gvb05ddalusim


queue_simulation gvb05ddalusim 4

#Update the comment of simulation ID #4 to describe what the simulation is for


execute_sql q_db UPDATE simulation SET comment = 'all aluminium' WHERE id = 4

#Change the predefined impedance of all elements


execute_sql q_db UPDATE element SET predefimpedanceid = 1 WHERE title LIKE 'EL_%'

#Queue and define a new simulation with a section of aluminium conductor rail
queue_simulation gvb05ddalusim 4
execute_sql q_db UPDATE simulation SET comment = 'S111/S112 aluminium' WHERE id =
4
execute_sql q_db UPDATE element SET predefimpedanceid = 1 WHERE title LIKE 'EL_%'
AND comment in ('S111','S112')

#Queue x more simulations

#Run all queued simulations


run_simulation

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy