IFreqPortSameNumberOfPorts(IFreqPort, Boolean) Method
Same number of ports
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
bool SameNumberOfPorts(
IFreqPort other,
bool exception = false
)
Function SameNumberOfPorts (
other As IFreqPort,
Optional exception As Boolean = false
) As Boolean
bool SameNumberOfPorts(
IFreqPort^ other,
bool exception = false
)
abstract SameNumberOfPorts :
other : IFreqPort *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- other IFreqPort
- Other
- exception Boolean (Optional)
- Throw exception if not same
Boolean