ScriptTChangeZr Method
Change Zr
Namespace: Metas.Vna.ToolsAssembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
public void ChangeZr(
string pathA,
double zrReal,
double zrImag,
string pathRes
)
Public Sub ChangeZr (
pathA As String,
zrReal As Double,
zrImag As Double,
pathRes As String
)
public:
void ChangeZr(
String^ pathA,
double zrReal,
double zrImag,
String^ pathRes
)
member ChangeZr :
pathA : string *
zrReal : float *
zrImag : float *
pathRes : string -> unit
Parameters
- pathA String
- N-Port A File Path (*.sdatb)
- zrReal Double
- Zr Real / Ohm
- zrImag Double
- Zr Imag / Ohm
- pathRes String
- Result File Path (*.sdatb)