Write/Read |
About Marker Search |
Description |
Sets the insertion loss value at which the bandwidth of a filter is measured (using BandwidthTracking or SearchFilterBandwidth). For example, if you want to determine the filter bandwidth 3 db below the bandpass peak value, set BandwidthTarget to -3. |
VB Syntax |
meas.BandwidthTarget = value |
Variable |
(Type) - Description |
meas |
A Measurement (object) |
value |
(single) - Target value. Choose any number between -500 and 500 |
Return Type |
Single |
Default |
-3 |
Examples |
meas.BandwidthTarget = -3 'Write |
fbw = meas.BandwidthTarget 'Read |
|
C++ Syntax |
HRESULT put_BandwidthTarget(float target) |
Interface |
IMeasurement |