Holds pre-initialized objects’s and functions that are general
conveniences.
Plotting
save_all_figs([dir, format]) |
Save all open Figures to disk. |
add_markers_to_lines([ax, marker_list, ...]) |
adds markers to existing lings on a plot |
legend_off([ax]) |
turn off the legend for a given axes. |
func_on_all_figs(func, *args, **kwargs) |
runs a function after making all open figures current. |
Pre-initialized Objects
These are predefined Frequency objects
that correspond to standard waveguide bands. This information is taken
from the VDI Application Note 1002 . The naming convenction is
f_wr# where ‘#’ is the band number.
Object Name |
Description |
f_wr10 |
WR-10, 75-110 GHz |
f_wr3 |
WR-3, 220-325 GHz |
f_wr2p2 |
WR-2.2, 330-500 GHz |
f_wr1p5 |
WR-1.5, 500-750 GHz |
f_wr1 |
WR-1, 750-1100 GHz |
Shorthand Names
Below is a list of shorthand object names which can be use to save some
typing. These names are defined in the main __init__ module. but listing
them here makes more sense.
The following are shorthand names for commonly used, but unfortunately
longwinded functions.
References