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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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