Smith Type
The smith subplot is used by TraceSmith traces.
Static members
Static member | Description |
Full Usage:
Smith.getImaginaryAxis smith
Parameters:
Smith
-
The smith object to get the ImaginaryAxis from
Returns: ImaginaryAxis
|
|
|
|
Full Usage:
Smith.init (?BGColor, ?Domain, ?ImaginaryAxis, ?RealAxis)
Parameters:
Color
-
Set the background color of the subplot
?Domain : Domain
-
Sets the domain of this smith subplot
?ImaginaryAxis : ImaginaryAxis
-
Sets the imaginary axis of this smith subplot
?RealAxis : RealAxis
-
Sets the real axis of this smith subplot
Returns: Smith
|
|
Full Usage:
Smith.setImaginaryAxis imaginaryAxis
Parameters:
ImaginaryAxis
-
The new ImaginaryAxis object
Returns: Smith -> Smith
|
|
|
|
Full Usage:
Smith.style (?BGColor, ?Domain, ?ImaginaryAxis, ?RealAxis)
Parameters:
Color
-
Set the background color of the subplot
?Domain : Domain
-
Sets the domain of this smith subplot
?ImaginaryAxis : ImaginaryAxis
-
Sets the imaginary axis of this smith subplot
?RealAxis : RealAxis
-
Sets the real axis of this smith subplot
Returns: Smith -> Smith
|
|
Full Usage:
Smith.tryGetTypedMember propName smith
Parameters:
string
-
The name of the dynamic member to get the value of
smith : Smith
-
The object to get the dynamic member value from
Returns: 'T option
|
|