Select
SCPI Command :
EYE<*>:TIMReference:CDR:SOFTware[:SELect]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(eye=Eye.Default) SoftwareCdriDx[source]
# EYE<*>:TIMReference:CDR:SOFTware[:SELect] value: enums.SoftwareCdriDx = driver.eye.timReference.cdr.software.select.get(eye = repcap.Eye.Default)
Selects the software CDR used for the reference signal of the eye diagram.
- Parameters:
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)
- Returns:
software_cdri_dx: SW1 | SW2 | SW3 | SW4
- set(software_cdri_dx: SoftwareCdriDx, eye=Eye.Default) None[source]
# EYE<*>:TIMReference:CDR:SOFTware[:SELect] driver.eye.timReference.cdr.software.select.set(software_cdri_dx = enums.SoftwareCdriDx.SW1, eye = repcap.Eye.Default)
Selects the software CDR used for the reference signal of the eye diagram.
- Parameters:
software_cdri_dx – SW1 | SW2 | SW3 | SW4
eye – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Eye’)