OnWaferGoldCompute_x_start_x_stop(Double, Double, Double, Double, Double) Method
Compute X Start and X Stop
Namespace: Metas.Vna.DataAssembly: Metas.Vna.Data (in Metas.Vna.Data.dll) Version: 2.9.9435.16925
public static void Compute_x_start_x_stop(
double f,
double sigma_bulk,
double rq,
out double x_start,
out double x_stop
)
Public Shared Sub Compute_x_start_x_stop (
f As Double,
sigma_bulk As Double,
rq As Double,
<OutAttribute> ByRef x_start As Double,
<OutAttribute> ByRef x_stop As Double
)
public:
static void Compute_x_start_x_stop(
double f,
double sigma_bulk,
double rq,
[OutAttribute] double% x_start,
[OutAttribute] double% x_stop
)
static member Compute_x_start_x_stop :
f : float *
sigma_bulk : float *
rq : float *
x_start : float byref *
x_stop : float byref -> unit
Parameters
- f Double
- Frequency / Hz
- sigma_bulk Double
- Electrical Conductivity / (S/m)
- rq Double
- Surface Roughness / m
- x_start Double
- X Start / m
- x_stop Double
- X Stop / m