Read-only |
About Segment Sweep |
Description |
Downloads a segment table from the VNA. |
VB Syntax |
segdata = Segs.GetAllSegments |
Variable |
(Type) - Description |
segs |
A Segments (Collection) |
segdata |
(Variant) A 2-dimensional array of Segment data:
All elements in the returned array are Variant. The type inside each Variant will be as is listed below. The returned array will contain values for all elements regardless of the settings of IFBandwidthOption, SweepTimeOption, SourcePowerOption and CouplePorts properties. Ignore the values for the properties that are set to false. The following is a list of dimension 0 elements for each segment:
|
Return Type |
Variant, containing an array. |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT GetAllSegments (VARIANT *pSegments ); |
Interface |
ISegments5 |