FreqPortSamePorts(VnaPortDescription, Boolean) Method
Same ports
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.8.9053.20259
public bool SamePorts(
VnaPortDescription[] ports,
bool exception = false
)
Public Function SamePorts (
ports As VnaPortDescription(),
Optional exception As Boolean = false
) As Boolean
public:
virtual bool SamePorts(
array<VnaPortDescription>^ ports,
bool exception = false
) sealed
abstract SamePorts :
ports : VnaPortDescription[] *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
override SamePorts :
ports : VnaPortDescription[] *
?exception : bool
(* Defaults:
let _exception = defaultArg exception false
*)
-> bool
- ports VnaPortDescription
- Port assignment
- exception Boolean (Optional)
- Throw exception if not same
BooleanIFreqPortSamePorts(VnaPortDescription, Boolean)