Sync
SCPI Command :
GENerator:SYNC[:COMBination]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_combination() GenSyncCombination[source]
# GENerator:SYNC[:COMBination] value: enums.GenSyncCombination = driver.generator.sync.get_combination()
Sets which signals generated from the waveform generator are synchronized.
- Returns:
combination: GEN12: Gen1 and Gen 2 GEN1PG/GEN2PG: Gen1/Gen 2 and Patt Gen GEN12PG: Gen1,Gen 2 and Patt Gen
- set_combination(combination: GenSyncCombination) None[source]
# GENerator:SYNC[:COMBination] driver.generator.sync.set_combination(combination = enums.GenSyncCombination.G12PG)
Sets which signals generated from the waveform generator are synchronized.
- Parameters:
combination – GEN12: Gen1 and Gen 2 GEN1PG/GEN2PG: Gen1/Gen 2 and Patt Gen GEN12PG: Gen1,Gen 2 and Patt Gen