ScriptTMerge Method

Merge A and B

Definition

Namespace: Metas.Vna.Tools
Assembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
C#
public void Merge(
	string pathA,
	string pathB,
	double startFreq,
	string pathRes
)

Parameters

pathA  String
N-Port A File Path (*.sdatb)
pathB  String
N-Port B File Path (*.sdatb)
startFreq  Double
N-Port B Start Frequency / Hz
pathRes  String
Result File Path (*.sdatb)

See Also