Sync

SCPI Command :

GENerator:SYNC[:COMBination]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_combination() GenSyncCombination[source]
# GENerator:SYNC[:COMBination]
value: enums.GenSyncCombination = driver.generator.sync.get_combination()

Selects which signals generated from the waveform generator are synchronized.

Returns:

combination: NONE | GEN12

set_combination(combination: GenSyncCombination) None[source]
# GENerator:SYNC[:COMBination]
driver.generator.sync.set_combination(combination = enums.GenSyncCombination.GEN12)

Selects which signals generated from the waveform generator are synchronized.

Parameters:

combination – NONE | GEN12