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() RsSmbv.enums.ClocSyncMode[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:CLOCk:SYNChronization:MODE
value: enums.ClocSyncMode = driver.source.bb.arbitrary.clock.synchronization.get_mode()

No command help available

return

mode: No help available

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

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