Enum ReceiverBandwidth
Defines the bandwidth of the receiver filter in mHz. Lower bandwidth means exacter results but slower measurement.
Namespace: OmicronLab.VectorNetworkAnalysis.AutomationInterface.Enumerations
Assembly: OmicronLab.VectorNetworkAnalysis.AutomationInterface.dll (3.50.2911.0)
Syntax
[Guid("63AADB8B-CD8F-4511-8954-2B42E5AD6F75")]
[ComVisible(true)]
public enum ReceiverBandwidth
Remarks
Internally handled as mHz. For custom values also use Milli Hz [mHz].
Fields
Name | Description |
---|---|
Hz1 = 1000 | 1Hz receiver bandwidth. |
Hz10 = 10000 | 10Hz receiver bandwidth. |
Hz100 = 100000 | 100Hz receiver bandwidth. |
Hz3 = 3000 | 3Hz receiver bandwidth. |
Hz30 = 30000 | 30Hz receiver bandwidth. |
Hz300 = 300000 | 300Hz receiver bandwidth. |
kHz1 = 1000000 | 1kHz receiver bandwidth. |
kHz3 = 3000000 | 3kHz receiver bandwidth. |
kHz5 = 5000000 | 5kHz receiver bandwidth. |