ScriptTAddDCPoint1P Method

Adds DC Point (uncertainty from the lowest frequency point)

Definition

Namespace: Metas.Vna.Tools
Assembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
C#
public void AddDCPoint1P(
	string pathA,
	double dc_sxx_real,
	double dc_sxx_imag,
	string pathRes
)

Parameters

pathA  String
1-Port A File Path (*.sdatb)
dc_sxx_real  Double
DC Point Real Part
dc_sxx_imag  Double
DC Point Imaginary Part
pathRes  String
Result File Path (*.sdatb)

See Also