public class Test_VNA : IVna, ITriggerSingleContHoldDevice,
ITriggerSingleDevice, IDevicePublic Class Test_VNA
Implements IVna, ITriggerSingleContHoldDevice, ITriggerSingleDevice, IDevicepublic ref class Test_VNA : IVna,
ITriggerSingleContHoldDevice, ITriggerSingleDevice, IDevicetype Test_VNA =
class
interface IVna
interface ITriggerSingleContHoldDevice
interface ITriggerSingleDevice
interface IDevice
end| Test_VNA | Creates a VNA session. |
| Test_VNA(String, String) | Creates a VNA session to the specified resource. |
| DwellTime | Dwell Time / s |
| FrequencyCenter | Center Frequency / Hz |
| FrequencyCW | CW Frequency / Hz |
| FrequencyList | Frequency List / Hz |
| FrequencySpan | Span Frequency / Hz |
| FrequencyStart | Start Frequency / Hz |
| FrequencyStop | Stop Frequency / Hz |
| Identification | Instrument Identification |
| IFAverageFactor | IF Average Factor |
| IFAverageMode | IF Average Mode |
| IFBandwidth | IF Bandwidth / Hz |
| NTestPorts | Number of Test Ports |
| OutputState | Turns RF power from the source ON or OFF. |
| ParameterMatrix | VNA parameter matrix |
| Parameters | List with available parameters |
| Port1Attenuator | Port 1 Attenuator / dB |
| Port1Extension | Port 1 Extension / s |
| Port2Attenuator | Port 2 Attenuator / dB |
| Port2Extension | Port 2 Extension / s |
| RootPath | Root Path |
| SegmentTable | SegmentTable 1. Column : Start Frequency / Hz 2. Column : Stop Frequency / Hz 3. Column : Frequency Step / Hz 4. Column : IF Bandwidth / Hz |
| Settings | Settings |
| SetUpMode | VNA Set up mode |
| ShowSwitchAndErrorTermsDialog | Show Switch and Error Terms Dialog at Preset |
| Source1Power | Source 1 Power / dBm |
| Source1PowerSlope | Source 1 Power Slope / (dB/GHz) |
| Source2Power | Source 2 Power / dBm |
| Source2PowerSlope | Source 2 Power Slope / (dB/GHz) |
| SourcePorts | Source Port Settings |
| SweepMode | Sweep Mode |
| SweepPoints | Sweep Points |
| SweepTime | Sweep Time / s |
| Z0 | Z0 / Ohm |
| Close | Closes the specified device session. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetData | Get data from VNA. All available parameters. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetState | Get instrument state from VNA. |
| GetState(String) | Get instrument state from VNA. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Measure | Triggers VNA, waits for sweep complete, gets and saves raw data. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Open | Opens a VNA session to the specified resource. |
| Preset | Presets the device. |
| ResetErrorTerms | Resets error terms |
| ResetMeasurementData | Resets measurement data |
| ResetSwitchTerms | Resets switch terms |
| SetErrorTerms | Sets error terms |
| SetMeasurementData | Sets measurement data |
| SetSingleFrequency(Double) | Set single frequency. |
| SetSingleFrequency(Double, Int32) | Set single frequency. |
| SetState(Byte) | Set instrument state to VNA. |
| SetState(String) | Set instrument state to VNA. |
| SetSwitchTerms | Sets switch terms |
| SetUp(String) | Set up VNA. |
| SetUp(VnaSetUpMode) | Set up VNA. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TriggerCont | Trigger continuous. |
| TriggerHold | Trigger hold. |
| TriggerSingle | Triggers device and waits for measurement complete. |
| TriggerSingleStart | Triggers device. |
| TriggerSingleWait | Waits for measurement complete. |
| visa | Visa session. |