Ssync

SCPI Commands :

SYSTem:BASE:SSYNc:MODE
SYSTem:BASE:SSYNc:OFFSet
class SsyncCls[source]

Ssync commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_mode() CmwMode[source]
# SCPI: SYSTem:BASE:SSYNc:MODE
value: enums.CmwMode = driver.system.ssync.get_mode()

Specifies the role of the instrument in a multi-CMW setup, concerning the system time synchronization signal.

return:

mode: LIST | GEN | STAN LISTener: The instrument receives a time synchronization signal at ‘SYS SYNC IN’. GENerator: The instrument provides a system synchronization signal at the rear panel. STANdalone: The instrument uses its internal synchronization signal.

get_offset() int[source]
# SCPI: SYSTem:BASE:SSYNc:OFFSet
value: int = driver.system.ssync.get_offset()

No command help available

return:

offset: No help available

set_mode(mode: CmwMode) None[source]
# SCPI: SYSTem:BASE:SSYNc:MODE
driver.system.ssync.set_mode(mode = enums.CmwMode.GENerator)

Specifies the role of the instrument in a multi-CMW setup, concerning the system time synchronization signal.

param mode:

LIST | GEN | STAN LISTener: The instrument receives a time synchronization signal at ‘SYS SYNC IN’. GENerator: The instrument provides a system synchronization signal at the rear panel. STANdalone: The instrument uses its internal synchronization signal.

set_offset(offset: int) None[source]
# SCPI: SYSTem:BASE:SSYNc:OFFSet
driver.system.ssync.set_offset(offset = 1)

No command help available

param offset:

No help available