FreqPortSamePortModes(IFreqPort, Boolean) Method
Same port modes
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public bool SamePortModes(
IFreqPort other,
bool exception = false
)
Public Function SamePortModes (
other As IFreqPort,
Optional exception As Boolean = false
) As Boolean
public:
virtual bool SamePortModes(
IFreqPort^ other,
bool exception = false
) sealed
abstract SamePortModes :
other : IFreqPort *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
override SamePortModes :
other : IFreqPort *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- other IFreqPort
- Other
- exception Boolean (Optional)
- Throw exception if not same
BooleanIFreqPortSamePortModes(IFreqPort, Boolean)