Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update function plot TDR for both Circuit and HFSS 3D Layout with new edb api parameter #5629

Open
amichel0205 opened this issue Jan 6, 2025 · 0 comments
Assignees
Labels
enhancement New features or code improvements

Comments

@amichel0205
Copy link
Contributor

Description of the current limitations

In 2024R2 edb API parameter for "oModule.CreateReport" for TDR did change as below:

oModule.CreateReport("TDR Impedance Diff", "Standard", "Rectangular Plot", "LinearFrequency", 
	[
		"NAME:Context",
		"Domain:="		, "Time",
		"HoldTime:="		, 1,
		"RiseTime:="		, 2E-10,
		"StepTime:="		, 4E-11,
		"Step:="		, True,
		"WindowWidth:="		, 1,
		"WindowType:="		, 4,
		"KaiserParameter:="	, 1,
		"MaximumTime:="		, 2.755E-09
	], 
	[
		"Time:="		, ["All"],
		"OverridingValues:="	, ["0ns","0.04ns","0.08ns","0.12ns","0.16ns","0.2ns","0.24ns","0.28ns","0.32ns","0.36ns","0.4ns","0.44ns","0.48ns","0.52ns","0.56ns","0.6ns","0.64ns","0.68ns","0.72ns","0.76ns","0.8ns","0.84ns","0.88ns","0.92ns","0.96ns","1ns","1.04ns","1.08ns","1.12ns","1.16ns","1.2ns","1.24ns","1.28ns","1.32ns","1.36ns","1.4ns","1.44ns","1.48ns","1.52ns","1.56ns","1.6ns","1.64ns","1.68ns","1.72ns","1.76ns","1.8ns","1.84ns","1.88ns","1.92ns","1.96ns","2ns","2.04ns","2.08ns","2.12ns","2.16ns","2.2ns","2.24ns","2.28ns","2.32ns","2.36ns","2.4ns","2.44ns","2.48ns","2.52ns","2.56ns","2.6ns","2.64ns","2.68ns","2.72ns"],
		"$antiPad:="		, ["Nominal"]
	], 
	[
		"X Component:="		, "Time",
		"Y Component:="		, ["TDRZ(Diff1)","TDRZ(Diff2)"]
	])

The goal is to modify the existing function to use new parameters.

Code sample expected

No response

Useful links and references

No response

@amichel0205 amichel0205 added the enhancement New features or code improvements label Jan 6, 2025
@amichel0205 amichel0205 added this to the future releases milestone Jan 6, 2025
@amichel0205 amichel0205 self-assigned this Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
Status: No status
Development

No branches or pull requests

1 participant