JournalGetMeasurementInfo(String, String, IFreqPortFreqConv, Boolean) Method
Gets Measurement Info
Namespace: Metas.Vna.JournalAssembly: Metas.Vna.Journal (in Metas.Vna.Journal.dll) Version: 2.8.9053.20299
public MeasurementInfo GetMeasurementInfo(
string path,
string rootPathDb,
IFreqPortFreqConv data,
bool areSwitchTerms = false
)
Public Function GetMeasurementInfo (
path As String,
rootPathDb As String,
data As IFreqPortFreqConv,
Optional areSwitchTerms As Boolean = false
) As MeasurementInfo
public:
MeasurementInfo^ GetMeasurementInfo(
String^ path,
String^ rootPathDb,
IFreqPortFreqConv^ data,
bool areSwitchTerms = false
)
member GetMeasurementInfo :
path : string *
rootPathDb : string *
data : IFreqPortFreqConv *
?areSwitchTerms : bool
(* Defaults:
let _areSwitchTerms = defaultArg areSwitchTerms false
*)
-> MeasurementInfo
- path String
- Measurement Path
- rootPathDb String
- Root Path Database
- data IFreqPortFreqConv
- Data
- areSwitchTerms Boolean (Optional)
- Are Switch Terms
MeasurementInfo