Continuous

SCPI Command :

CDR:SOFTware<*>:ESSRate:CONTinuous
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(software=Software.Default) bool[source]
# CDR:SOFTware<*>:ESSRate:CONTinuous
value: bool = driver.cdr.software.esSrate.continuous.get(software = repcap.Software.Default)

Enables ongoing correction of the nominal bit rate.

Parameters:

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

Returns:

cont_bitrateestim: ON | OFF

set(cont_bitrateestim: bool, software=Software.Default) None[source]
# CDR:SOFTware<*>:ESSRate:CONTinuous
driver.cdr.software.esSrate.continuous.set(cont_bitrateestim = False, software = repcap.Software.Default)

Enables ongoing correction of the nominal bit rate.

Parameters:
  • cont_bitrateestim – ON | OFF

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