Write/Read
 

SourcePortFrequencyState Property


Description

Set and read the source frequency domain’s ON/OFF state in the multi-dimensional sweep.

 VB Syntax

md.SourcePortFrequencyState(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 state.

value

Boolean) Choose from:

0 - OFF -Disable the specified source frequency domain in multi-dimensional sweep.

1 - ON - Enable the specified source frequency domain in multi-dimensional sweep.

Return Type

Boolean

Default

0

Examples

md.SourcePortFrequencyStateOrder(0) = OFF   'Write

value = md.SourcePortFrequencyStateOrder(1) 'Read

C++ Syntax

HRESULT put_SourcePortFrequencyState(long port, VARIANT_BOOL value);

HRESULT get_SourcePortFrequencyState(long port, VARIANT_BOOL* value);

Interface

IMultiDimensionalSweep