OpticalLink.BitRate Property

Top 

Description

The bit rate of the optical link. Used in combination with modulation to compute bandwidth.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Attributes

Type:

number

Access:

read/write

Units:

bps

Default Value:

1.0e6

Valid Range:

OpticalLink.BitRate > 0

 

Syntax

myVariable1 = myOpticalLink1.BitRate;

 

myOpticalLink1.BitRate = myVariable1;

 

See also

OpticalLink Object