FreqPortZrTSamePortZr(IFreqPortZrT, Boolean) Method
Same port impedances
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public bool SamePortZr(
IFreqPortZr<T> other,
bool exception = false
)
Public Function SamePortZr (
other As IFreqPortZr(Of T),
Optional exception As Boolean = false
) As Boolean
public:
virtual bool SamePortZr(
IFreqPortZr<T>^ other,
bool exception = false
) sealed
abstract SamePortZr :
other : IFreqPortZr<'T> *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
override SamePortZr :
other : IFreqPortZr<'T> *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- other IFreqPortZrT
- Other
- exception Boolean (Optional)
- Throw exception if not same
BooleanIFreqPortZrTSamePortZr(IFreqPortZrT, Boolean)