Write / Read
About Source Power Cal
About PMAR

Frequency Property


Description

Sets or returns the frequency associated with a Power Sensor CalFactor Segment

or

Sets or returns the frequency associated with a Power Loss Segment.

VB Syntax

object.Frequency = value

Variable

(Type) - Description

object

One of the following objects:

PowerSensorCalFactorSegment

PowerSensorCalFactorSegmentPMAR

PowerLossSegment

PowerLossSegmentPMAR

value

(double) – Frequency in units of Hz.  This can be any non-negative value  (limited by the maximum value of double).

Return Type

Double

Default

0

Examples

seg.Frequency = 6e9 'Write
freq = seg.Frequency 'Read

C++ Syntax

HRESULT put_Frequency(double newVal);

HRESULT get_Frequency(double *pVal);

Interface

One of the above objects.