ScriptTInterpolation(String, Double, String) Method
Interpolation
Namespace: Metas.Vna.ToolsAssembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
public void Interpolation(
string pathA,
double[] freq,
string pathRes
)
Public Sub Interpolation (
pathA As String,
freq As Double(),
pathRes As String
)
public:
void Interpolation(
String^ pathA,
array<double>^ freq,
String^ pathRes
)
member Interpolation :
pathA : string *
freq : float[] *
pathRes : string -> unit
Parameters
- pathA String
- N-Port A File Path (*.sdatb)
- freq Double
- Frequency List
- pathRes String
- Result File Path (*.sdatb)