Calibration

SCPI Command :

SEARch:TRIGger:SENT:CALibration
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:SENT:CALibration
value: bool = driver.search.trigger.sent.calibration.get(search = 'abc')

Enables the search for the Calibration/Synchronization pulse.

Returns:

check_calib_sync: OFF | ON

set(search: str, check_calib_sync: bool) None[source]
# SEARch:TRIGger:SENT:CALibration
driver.search.trigger.sent.calibration.set(search = 'abc', check_calib_sync = False)

Enables the search for the Calibration/Synchronization pulse.

Parameters:

check_calib_sync – OFF | ON