Changes

Glossary of EM.Cube's Python Functions

1,537 bytes added, 22:27, 15 September 2016
/* EM.Cube's Python Functions for Simulation-Related Functions & Operations */
Description: Sets [[EM.Cube]]'s frequency bandwidth.
 
====background_layer({{ArgTypeString}} label, {{ArgTypeAny}} eps, {{ArgTypeAny}} sigma, {{ArgTypeAny}} mu, {{ArgTypeAny}} thickness)====
 
''Example: background_layer("Mid_Layer",3.3,0.001,1,1.5)''
 
Description: Adds a new substrate layer to [[EM.Picasso]]'s background layer stackup.
 
====delete_background({{ArgTypeString}} label)====
 
''Example: select_module("Mid_Layer")''
 
Description: Deletes a finite-thickness substrate layer from [[EM.Picasso]]'s background layer stackup.
 
====set_stackup_order("THS", {{ArgTypeString}} label_1, {{ArgTypeString}} label_2, ..., {{ArgTypeString}} label_n, "BHS")====
 
''Example: background_layer("THS","Top_Layer","Mid_Layer","Bottom_Layer","BHS")''
 
Description: Sets the hierarchy of [[EM.Picasso]]'s background layer stackup from top to bottom. The sequence should always start with "THS" standing for the top half-space and must end in "BHS" standing for the bottom half-space. All the intermediate finite-thickness substrate layers must be included and listed in the right order.
 
====global_ground({{ArgTypeAny}} ground_on, {{ArgTypeAny}} eps, {{ArgTypeAny}} sigma)====
 
''Example: global_ground(1,3.3,0.001)''
 
Description: Set the state of [[EM.Terrano]]'s global ground and its material properties. A zero value for ground_on means to no global ground assumed at Z = 0.
 
====delete({{ArgTypeString}} node_name)====
 
''Example: delete("Box_1")''
 
Description: Deletes a node name from the navigation tree. The node can be any geometric object, source, observable or material group.
====zoom_extents()====
28,333
edits