FreqPortZrTCommonPortZr Method
Gets common reference impedance / Ohm
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public Complex<T> CommonPortZr(
bool exception = false
)
Public Function CommonPortZr (
Optional exception As Boolean = false
) As Complex(Of T)
public:
virtual Complex<T> CommonPortZr(
bool exception = false
) sealed
abstract CommonPortZr :
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> Complex<'T>
override CommonPortZr :
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> Complex<'T>
- exception Boolean (Optional)
- Throw exception if not all ports have the same reference impedance
ComplexTIFreqPortZrTCommonPortZr(Boolean)