RFLinkComponent.Power Property

Top 

Description

The component's power. For a transmitter, this represents the power that will drive the signal, while for a receiver, this will represent the desired power on reception. Used in the EIRP, signal to noise ratio (C/N), and transmitter power calculations.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Units:

W

Default Value:

200

Valid Range:

RFLinkComponent.Power > 0

 

Syntax

myVariable1 = myRFLinkComponent1.Power;

 

myRFLinkComponent1.Power = myVariable1;

 

See also

RFLinkComponent Object