ScriptTAddDCPoint1P Method
Adds DC Point (uncertainty from the lowest frequency point)
Namespace: Metas.Vna.ToolsAssembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
public void AddDCPoint1P(
string pathA,
double dc_sxx_real,
double dc_sxx_imag,
string pathRes
)
Public Sub AddDCPoint1P (
pathA As String,
dc_sxx_real As Double,
dc_sxx_imag As Double,
pathRes As String
)
public:
void AddDCPoint1P(
String^ pathA,
double dc_sxx_real,
double dc_sxx_imag,
String^ pathRes
)
member AddDCPoint1P :
pathA : string *
dc_sxx_real : float *
dc_sxx_imag : float *
pathRes : string -> unit
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)