OpticalLink.ModulationType Property

Top 

Description

The modulation of the optical signal (affects how SNR is mapped to BER).

 

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:

string

Access:

read/write

Default Value:

"OOK-NZR"

Valid Values:

Value

Label

"OOK-NRZ"

OOK-NRZ

"OOK-RZ"

OOK-RZ

"L-PPM"

L-PPM

"DPSK"

DPSK

 

Syntax

myString1 = myOpticalLink1.ModulationType;

 

myOpticalLink1.ModulationType = myString1;

 

See also

OpticalLink Object