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.base.ssync.get_mode()

No command help available

return:

mode: No help available

get_offset() int[source]
# SCPI: SYSTem:BASE:SSYNc:OFFSet
value: int = driver.system.base.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.base.ssync.set_mode(mode = enums.CmwMode.GENerator)

No command help available

param mode:

No help available

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

No command help available

param offset:

No help available