IFreqPortZrTCommonPortZr Method
Gets common reference impedance / Ohm
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
Complex<T> CommonPortZr(
bool exception = false
)
Function CommonPortZr (
Optional exception As Boolean = false
) As Complex(Of T)
Complex<T> CommonPortZr(
bool exception = false
)
abstract 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
ComplexT