Write/Read |
|
Description |
Set and read the source frequency domain’s order in the multi-dimensional sweep. |
VB Syntax |
md.SourcePortFrequencyOrder(port) = value |
Variable |
(Type) - Description |
md |
A MultiDimensionalSweep (object) which belongs to a SA channel. |
port |
(long) Source port number for which to set the source frequency order value. |
value |
(long) Dimension order. Choose an integer value of 1 or higher. |
Return Type |
long |
Default |
1 |
Examples |
md.SourcePortFrequencyOrder(0) = 2 'Write |
value = md.SourcePortFrequencyOrder(1) 'Read |
|
C++ Syntax |
HRESULT put_SourcePortFrequencyOrder(long port, long value); HRESULT get_SourcePortFrequencyOrder(long port, long* value); |
Interface |
IMultiDimensionalSweep |