CmcToolsCheckCmcUncertaintiesT(VnaDataT, CmcEntry, Boolean, Boolean, Boolean, Boolean) Method
Checks CMC Uncertainties
Namespace: Metas.Vna.Calibration.ConfigAssembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
public static bool CheckCmcUncertainties<T>(
VnaData<T> a,
CmcEntry cmcEntry,
out bool[,] re_check,
out bool[,] im_check,
out bool[,] m_check,
out bool[,] p_check
)
where T : new(), Object, IRealNumber<T>
Public Shared Function CheckCmcUncertainties(Of T As {New, Object, IRealNumber(Of T)}) (
a As VnaData(Of T),
cmcEntry As CmcEntry,
<OutAttribute> ByRef re_check As Boolean(,),
<OutAttribute> ByRef im_check As Boolean(,),
<OutAttribute> ByRef m_check As Boolean(,),
<OutAttribute> ByRef p_check As Boolean(,)
) As Boolean
public:
generic<typename T>
where T : gcnew(), Object, IRealNumber<T>
static bool CheckCmcUncertainties(
VnaData<T>^ a,
CmcEntry^ cmcEntry,
[OutAttribute] array<bool,2>^% re_check,
[OutAttribute] array<bool,2>^% im_check,
[OutAttribute] array<bool,2>^% m_check,
[OutAttribute] array<bool,2>^% p_check
)
static member CheckCmcUncertainties :
a : VnaData<'T> *
cmcEntry : CmcEntry *
re_check : bool[,] byref *
im_check : bool[,] byref *
m_check : bool[,] byref *
p_check : bool[,] byref -> bool when 'T : new() and Object and IRealNumber<'T>
- a VnaDataT
- VNA Data
- cmcEntry CmcEntry
- CMC Entry
- re_check Boolean
- Real Part Check
- im_check Boolean
- Imaginary Part Check
- m_check Boolean
- Magnitude Check
- p_check Boolean
- Phase Check
- T
- Real Number Type
Boolean