SpectrumAnalyzerHelperMeasureSingleFrequencyPointSAandVNATiming Method
Measures the timing for a single frequency point using the spectrum analyzer and the VNA
Namespace: Metas.Instr.Driver.SpectrumAnalyzerAssembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
public void MeasureSingleFrequencyPointSAandVNATiming(
out long tSA,
out long tVNA,
out long tTotal
)
Public Sub MeasureSingleFrequencyPointSAandVNATiming (
<OutAttribute> ByRef tSA As Long,
<OutAttribute> ByRef tVNA As Long,
<OutAttribute> ByRef tTotal As Long
)
public:
void MeasureSingleFrequencyPointSAandVNATiming(
[OutAttribute] long long% tSA,
[OutAttribute] long long% tVNA,
[OutAttribute] long long% tTotal
)
member MeasureSingleFrequencyPointSAandVNATiming :
tSA : int64 byref *
tVNA : int64 byref *
tTotal : int64 byref -> unit
Parameters
- tSA Int64
- Time Spectrum Analyzer / ms
- tVNA Int64
- Time VNA / ms
- tTotal Int64
- Total Time / ms