PulseError

SCPI Command :

TRIGger<*>:SENT:PULSeerror
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:SENT:PULSeerror
value: bool = driver.trigger.sent.pulseError.get(trigger = repcap.Trigger.Default)

Trigger son calibration pulse erors in transmission sequences. An error occurs when

  • the duration of the Calibration/Sync pulse (in ticks) is less than 56*(1-clock tolerance) or more than 56*(1+clock tolerance)

  • the Calibration/Sync pulse duration of frame (n-1) varies by more than 1.5625% from the Calibration/Sync pulse duration of frame (n)

To trigger on an error event, select the correspondig trigger type with TRIGger<m>:SENT:TYPE ERRC.

Parameters:

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

set(calib_pls_err: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:SENT:PULSeerror
driver.trigger.sent.pulseError.set(calib_pls_err = False, trigger = repcap.Trigger.Default)

Trigger son calibration pulse erors in transmission sequences. An error occurs when

  • the duration of the Calibration/Sync pulse (in ticks) is less than 56*(1-clock tolerance) or more than 56*(1+clock tolerance)

  • the Calibration/Sync pulse duration of frame (n-1) varies by more than 1.5625% from the Calibration/Sync pulse duration of frame (n)

To trigger on an error event, select the correspondig trigger type with TRIGger<m>:SENT:TYPE ERRC.

Parameters:
  • calib_pls_err – OFF | ON

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