OoSync

SCPI Command :

TRIGger:WCDMa:MEASurement<Instance>:OOSYnc:SOURce
class OoSyncCls[source]

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

get_source() str[source]
# SCPI: TRIGger:WCDMa:MEASurement<Instance>:OOSYnc:SOURce
value: str = driver.trigger.wcdma.measurement.ooSync.get_source()

No command help available

return:

trigger: No help available

set_source(trigger: str) None[source]
# SCPI: TRIGger:WCDMa:MEASurement<Instance>:OOSYnc:SOURce
driver.trigger.wcdma.measurement.ooSync.set_source(trigger = 'abc')

No command help available

param trigger:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.trigger.wcdma.measurement.ooSync.clone()

Subgroups