Write/Read |
About Noise Figure |
Description |
Set and read the Cal Kit that will be used for the Noise Source adapter. An adapter is always necessary to connect a 346C Noise Source to the VNA port 2. Select a Cal Kit that is the same type and gender as the noise source connector. If the Noise Source mates directly to VNA port 2, then set this type to "None". |
VB Syntax |
noise.NoiseSourceCalKitType = value |
Variable |
(Type) - Description |
noise |
A NoiseCal (object) |
value |
(string) Cal Kit type. To read possible cal kit strings for the adapter:
|
Return Type |
String |
Default |
Not applicable |
Examples |
noise.NoiseSourceCalKitType = "N4691-60004 ECAL"'Write |
calkit = noise.NoiseSourceCalKitType 'Read |
|
C++ Syntax |
HRESULT get_NoiseSourceCalKitType(BSTR* pValue) HRESULT put_NoiseSourceCalKitType(BSTR pNewValue) |
Interface |
INoiseCal |