Page
SCPI Commands :
DIAGnostic<HW>:DEBug:PAGE
DIAGnostic<HW>:DEBug:PAGE:CATalog
- class PageCls[source]
Page commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_catalog() List[str] [source]
# SCPI: DIAGnostic<HW>:DEBug:PAGE:CATalog value: List[str] = driver.diagnostic.debug.page.get_catalog()
No command help available
- return
diag_debug_page_id_cat: No help available
- set() None [source]
# SCPI: DIAGnostic<HW>:DEBug:PAGE driver.diagnostic.debug.page.set()
No command help available
- set_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: DIAGnostic<HW>:DEBug:PAGE driver.diagnostic.debug.page.set_with_opc()
No command help available
Same as set, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.