Enable

SCPI Command :

CDR:SOFTware<*>:CFRequency:CRSYnc[:ENABle]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(software=Software.Default) bool[source]
# CDR:SOFTware<*>:CFRequency:CRSYnc[:ENABle]
value: bool = driver.cdr.software.cfrequency.crSync.enable.get(software = repcap.Software.Default)

Enables continuous synchronization of the clock with the data signal.

Parameters:

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

set(enab_clk_resync: bool, software=Software.Default) None[source]
# CDR:SOFTware<*>:CFRequency:CRSYnc[:ENABle]
driver.cdr.software.cfrequency.crSync.enable.set(enab_clk_resync = False, software = repcap.Software.Default)

Enables continuous synchronization of the clock with the data signal.

Parameters:
  • enab_clk_resync – OFF | ON

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