skrf.io.touchstone.Touchstone.get_comments

Touchstone.get_comments(ignored_comments=None)[source]

Returns the comments which appear anywhere in the file.

Comment lines containing ignored comments are removed. By default these are comments which contain special meaning withing skrf and are not user comments.

Returns:

processed_comments

Return type:

string

Parameters:

ignored_comments (list[str] | None)