Threshold<RefLevelThreshold>

SCPI Command :

TRIGger<*>:CDR:EYE:THReshold<*>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr32

driver.trigger.cdr.eye.threshold.repcap_refLevelThreshold_set(repcap.RefLevelThreshold.Nr1)
get(trigger=Trigger.Default, refLevelThreshold=RefLevelThreshold.Default) float[source]
# TRIGger<*>:CDR:EYE:THReshold<*>
value: float = driver.trigger.cdr.eye.threshold.get(trigger = repcap.Trigger.Default, refLevelThreshold = repcap.RefLevelThreshold.Default)

Sets the threshold for the transitions of PAM-N signals with PAM order >2.

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

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

Returns:

threshold: Numeric value

set(threshold: float, trigger=Trigger.Default, refLevelThreshold=RefLevelThreshold.Default) None[source]
# TRIGger<*>:CDR:EYE:THReshold<*>
driver.trigger.cdr.eye.threshold.set(threshold = 1.0, trigger = repcap.Trigger.Default, refLevelThreshold = repcap.RefLevelThreshold.Default)

Sets the threshold for the transitions of PAM-N signals with PAM order >2.

Parameters:
  • threshold – Numeric value

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

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

Cloning the Group

# Create a copy of the original group, that exists independently
threshold_copy = driver.trigger.cdr.eye.threshold.clone()