Write/Read
About Noise Figure

NoiseSourceConnectorType Property


Description

Set and read the Noise Source connector type and gender.

The Keysight 346C has an "APC 3.5 male" connector.

 VB Syntax

noise.NoiseSourceConnectorType = value

Variable

(Type) - Description

noise

A NoiseCal (object)

value

(string) Connector type. Use ValidConnectorType to return a list of valid connector types.

Return Type

String

Default

Not applicable

Examples

noise.NoiseSourceConnectorType = "APC 3.5 male"'Write

connector = noise.NoiseSourceConnectorType 'Read

C++ Syntax

HRESULT get_NoiseSourceConnectorType(BSTR* pConnectorType)

HRESULT put_NoiseSourceConnectorType(BSTR pConnectorType)

Interface

INoiseCal