Write/Read |
About Noise Figure |
Description |
Sets and returns the port identifier of the ECal noise tuner that is connected to the DUT. |
VB Syntax |
noise.NoiseTunerOut = value |
Variable |
(Type) - Description |
noise |
A NoiseFigure (object) |
value |
(string) Noise Tuner port identifier that is connected to the DUT, as it is labeled on the ECal module. For example, for 2-port ECal modules, choose either "A" or "B". |
Return Type |
String |
Default |
Not Applicable |
Examples |
noise.NoiseTunerOut = "A"'Write |
EcalPort = noise.NoiseTunerOut 'Read |
|
C++ Syntax |
HRESULT get_NoiseTunerOut(BSTR* pValue) HRESULT put_NoiseTunerOut(BSTR pNewValue) |
Interface |
INoiseFigure |