OoSync
SCPI Commands :
CONFigure:WCDMa:MEASurement<instance>:OOSYnc:AADPchlevel
CONFigure:WCDMa:MEASurement<instance>:OOSYnc:TOUT
- class OoSyncCls[source]
OoSync commands group definition. 5 total commands, 1 Subgroups, 2 group commands
- get_aa_dpch_level() bool[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:AADPchlevel value: bool = driver.configure.wcdmaMeas.ooSync.get_aa_dpch_level()
No command help available
- return:
enable: No help available
- get_timeout() float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:TOUT value: float = driver.configure.wcdmaMeas.ooSync.get_timeout()
No command help available
- return:
timeout: No help available
- set_aa_dpch_level(enable: bool) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:AADPchlevel driver.configure.wcdmaMeas.ooSync.set_aa_dpch_level(enable = False)
No command help available
- param enable:
No help available
- set_timeout(timeout: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:TOUT driver.configure.wcdmaMeas.ooSync.set_timeout(timeout = 1.0)
No command help available
- param timeout:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.configure.wcdmaMeas.ooSync.clone()
Subgroups