Write-Read

 

WGCutoffFreq Property


Description

Sets or returns the value of the waveguide cut off frequency.

 VB Syntax

meas.WGCutoffFreq = value

Variable

(Type) - Description

meas

A Measurement  (object)

value

(double) - Frequency in Hertz.

Return Type

Double

Default

Not Applicable

Examples

Print meas.WGCutoffFreq 'prints the value of the waveguide cut off frequency

C++ Syntax

HRESULT get_WGCutoffFreq(double *pVal);

HRESULT put_WGCutoffFreq(double newVal);

Interface

IMeasurement2