Skip to content

Commit

Permalink
fixes for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PetePupalaikis committed Mar 19, 2020
1 parent 5aef50a commit 65a3f2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SignalIntegrity/Lib/SParameters/SParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ def WriteToFile(self,name,formatString=None):
@param formatString (optional) string containing the format
Writes the file in the Touchstone 1.0 format using the format string provided.
If no format string is provided, uses '# MHz S MA R 50.0'
If a format string is provided, it ought to be in the following format according
to the Touchstone specification:
# <frequency unit> <parameter> <format> R <Z0>
If no format string is provided, uses '\# MHz S MA R 50.0'\n
If a format string is provided, it ought to be in the following format according\n
to the Touchstone specification:\n
\# \<frequency unit\> \<parameter\> \<format\> R \<Z0\>
"""
# pragma: silent exclude
try:
Expand Down

0 comments on commit 65a3f2d

Please sign in to comment.