PL1_PRESET_CONFIG
code: 426
Attention
Only for the following modules:
- Freya-800G-4S-1P 
- Freya-800G-4S-1P-OSFP 
# set
<module-index>/<port-index> PL1_PRESET_CONFIG [<serdes_index>, <preset_index>] <response> <pre3> <pre2> <pre> <main> <post>
# get
<module-index>/<port-index> PL1_PRESET_CONFIG [<serdes_index>, <preset_index>] ?
Description
Configure the preset values (native values) of a serdes and the response to the received IC request.
Actions
set, get
Indices
preset_index: integer, preset index
PRESET_1 = 0, preset 1
PRESET_2 = 1, preset 2
PRESET_3 = 2, preset 3
PRESET_4 = 3, preset 4
PRESET_5 = 4, preset 5
LOS = 255, preset when out-of-sync
Parameters
- response: byte, the response to the received IC request. Default =- ACCEPT.
IGNORE = 0, acknowledge the IC request without acting upon it (acknowledge but no changes).
ACCEPT = 1, acknowledge the IC request and apply the corresponding preset value.
Example
# set
input:  0/0 PL1_PRESET_CONFIG [0,0] IGNORE 14 0 0 42 0
output: <OK>
# get
input:  0/0 PL1_PRESET_CONFIG [0] ?
output: 0/0 PL1_PRESET_CONFIG [0] IGNORE 14 0 0 42 0