Limit
SCPI Commands :
CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:PONupper
CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:POFFupper
CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:THReshold
- class LimitCls[source]
Limit commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_poff_upper() float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:POFFupper value: float = driver.configure.wcdmaMeas.ooSync.limit.get_poff_upper()
No command help available
- return:
po_ulimit: No help available
- get_pon_upper() float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:PONupper value: float = driver.configure.wcdmaMeas.ooSync.limit.get_pon_upper()
No command help available
- return:
pon_lower: No help available
- get_threshold() float[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:THReshold value: float = driver.configure.wcdmaMeas.ooSync.limit.get_threshold()
No command help available
- return:
threshold_level: No help available
- set_poff_upper(po_ulimit: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:POFFupper driver.configure.wcdmaMeas.ooSync.limit.set_poff_upper(po_ulimit = 1.0)
No command help available
- param po_ulimit:
No help available
- set_pon_upper(pon_lower: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:PONupper driver.configure.wcdmaMeas.ooSync.limit.set_pon_upper(pon_lower = 1.0)
No command help available
- param pon_lower:
No help available
- set_threshold(threshold_level: float) None[source]
# SCPI: CONFigure:WCDMa:MEASurement<instance>:OOSYnc:LIMit:THReshold driver.configure.wcdmaMeas.ooSync.limit.set_threshold(threshold_level = 1.0)
No command help available
- param threshold_level:
No help available