Write/Read
About Source Power Cal
About PMAR

MaximumFrequency Property


Description

Set and returns the maximum usable frequency specified for the power sensor.

 VB Syntax

pwrSensor.MaximumFrequency = value

Variable

(Type) - Description

pwrSensor

A PowerSensor (Object) or

a PowerSensorAsReceiver (Object)

value

(double) -Frequency in Hertz.

Return Type

Double

Default

Device dependent

Examples

pwrSensor.MaximumFrequency = 6e9 'Write

MaxFreq = pwrSensor.MaximumFrequency 'Read

C++ Syntax

HRESULT put_MaximumFrequency(double newVal);

HRESULT get_MaximumFrequency(double *pVal);

Interface

IPowerSensor

IPowerSensorPMAR