Synchronization

SCPI Command :

[SOURce<HW>]:BB:ARBitrary:CLOCk:SYNChronization:MODE
class SynchronizationCls[source]

Synchronization commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_mode() ClocSyncModeSgt[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:CLOCk:SYNChronization:MODE
value: enums.ClocSyncModeSgt = driver.source.bb.arbitrary.clock.synchronization.get_mode()

No command help available

return:

mode: No help available

set_mode(mode: ClocSyncModeSgt) None[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:CLOCk:SYNChronization:MODE
driver.source.bb.arbitrary.clock.synchronization.set_mode(mode = enums.ClocSyncModeSgt.DIIN)

No command help available

param mode:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.arbitrary.clock.synchronization.clone()

Subgroups