ScriptTTimeGating Method
Time Gating
Namespace: Metas.Vna.ToolsAssembly: Metas.Vna.Tools (in Metas.Vna.Tools.exe) Version: 2.8.9053.20314
public void TimeGating(
string pathA,
bool lowPassMode,
double centerTime,
double timeSpan,
double deltaTime,
bool notchGateType,
string pathRes,
bool withoutUnc = false
)
Public Sub TimeGating (
pathA As String,
lowPassMode As Boolean,
centerTime As Double,
timeSpan As Double,
deltaTime As Double,
notchGateType As Boolean,
pathRes As String,
Optional withoutUnc As Boolean = false
)
public:
void TimeGating(
String^ pathA,
bool lowPassMode,
double centerTime,
double timeSpan,
double deltaTime,
bool notchGateType,
String^ pathRes,
bool withoutUnc = false
)
member TimeGating :
pathA : string *
lowPassMode : bool *
centerTime : float *
timeSpan : float *
deltaTime : float *
notchGateType : bool *
pathRes : string *
?withoutUnc : bool
(* Defaults:
let _withoutUnc = defaultArg withoutUnc false
*)
-> unit
Parameters
- pathA String
- N-Port A File Path (*.sdatb)
- lowPassMode Boolean
- Low Pass Mode (otherwise Band Pass Mode)
- centerTime Double
- Center Time / s
- timeSpan Double
- Time Span / s from 0.5 to 0.5
- deltaTime Double
- Delta Time / s from 0.0 to 0.5 or from 0.5 to 1.0
- notchGateType Boolean
- Notch Gate Type (otherwise Band Pass Gate Type)
- pathRes String
- Result File Path (*.sdatb)
- withoutUnc Boolean (Optional)
- Without Uncertainties