P_RECEIVESYNC#

code: 111

# get
<module-index>/<port-index> P_RECEIVESYNC ?

Description#

Obtains the current in-sync status of a port’s receive interface.

Actions#

get

Parameters#

  1. sync_status: byte, the current in-sync status for a port’s receive interface.

  • NO_SYNC = 0

  • IN_SYNC = 1

Example#

# get
input:  0/1 P_RECEIVESYNC ?
output: 0/1 P_RECEIVESYNC NO_SYNC