Export Text from Transfer Function




To export text data from a Transfer Function, select a Transfer Function in a circuit document and click the right mouse button to bring up the Context Menu. In the Context Menu, select Object|Export Data... which will bring up the following dialog box:

Select Export Format

The four data format radio buttons will cause the exported text data to be formatted in different ways. The following Transfer Function will be used to illustrate the four formats:



Select Cn*s^n
To format the text of the Transfer Function like this:
T3 = ( 0 + 250*s )/( 2.5e+07 + 250*s + 1*s^2 )


Select Cn*s**n
To format the text of the Transfer Function like this:
T3 = ( 0 + 250*s )/( 2.5e+07 + 250*s + 1*s**2 )


Select Cn*pow(s,n)
To format the text of the Transfer Function like this:
T3 = ( 0 + 250*s )/( 2.5e+07 + 250*s + 1*pow(s,2) )


Select C0, C1, ... ,Cn
To format the text of the Transfer Function like this:
T3 = ( 0,250 )/( 2.5e+07,250,1 )


Save Text As...

Click this button to save the formated text of the Transfer Function to a text file. A Save As dialog box will appear and allow you to name the file and save it to any directory.

Copy Text

Click this button to save a copy of the formated text of the Transfer Function to the clipboard. The text can then be pasted into any other application.