Algorithm

SCPI Command :

TRIGger<*>:CDR:EYE:ALGorithm
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) TriggerEyeAlgorithm[source]
# TRIGger<*>:CDR:EYE:ALGorithm
value: enums.TriggerEyeAlgorithm = driver.trigger.cdr.eye.algorithm.get(trigger = repcap.Trigger.Default)

Sets the software algorithm that is used for clock data recovery.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

set(algorithm: TriggerEyeAlgorithm, trigger=Trigger.Default) None[source]
# TRIGger<*>:CDR:EYE:ALGorithm
driver.trigger.cdr.eye.algorithm.set(algorithm = enums.TriggerEyeAlgorithm.CFRequency, trigger = repcap.Trigger.Default)

Sets the software algorithm that is used for clock data recovery.

Parameters:
  • algorithm

    CFRequency | FF

    • CFRequency: Constant frequency. CDR uses the nominal bit rate to generate the clock signal. The method assumes that the frequency of the signal is constant during the complete acquisition.

    • FF: Feed forward algorithm, a mathematical optimization method. Feed forward is available if none of the listed serial standards is used (SIGNalconfig:SETup:SETTingm:SERStandard is set to CUSTom) .

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)