OpticalLink.ComputeBitRateFromBandwidth(Variable) Method

Top 

Description

Uses the OpticalLink ModulationType property to determine the bit rate made possible by the provided 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.

 

Method Signature

OpticalLink.ComputeBitRateFromBandwidth(

Variable bandwidth)

 

 

Arguments

bandwidth


Description:

The bandwidth.

Units:

Hz

Valid Range:

bandwidth ≥ 0

 

 

 

Return Value

Type:

number

 

 

The value of the computed bit rate.

 

Syntax

myVariable1 = myOpticalLink1.ComputeBitRateFromBandwidth(myVariable2);

 

 

See also

OpticalLink Object