Write/Read |
About Noise Figure |
Description |
Set and read the De-embedENRAdapter state. Learn more. |
VB Syntax |
noiseCal.ForceDeEmbedENRAdapter = value |
Variable |
(Type) - Description |
noiseCal |
A NoiseCal (object) |
value |
(boolean) - ENR Adapter de-embed state. False - Do not Force de-embedding. True - Force de-embedding. |
Return Type |
Boolean |
Default |
False |
Examples |
noiseCal.ForceDeEmbedENRAdapter = False 'Write |
AdapterDembed = noiseCal.ForceDeEmbedENRAdapter 'Read |
|
C++ Syntax |
HRESULT get_ForceDeEmbedENRAdapter(VARIANT_BOOL* on); HRESULT put_ForceDeEmbedENRAdapter(VARIANT_BOOL on); |
Interface |
INoiseCal2 |