StIcon

SCPI Commands :

SYSTem:BASE:STICon:ENABle
SYSTem:BASE:STICon:OPEN
SYSTem:BASE:STICon:CLOSe
class StIconCls[source]

StIcon commands group definition. 3 total commands, 0 Subgroups, 3 group commands

close() None[source]
# SCPI: SYSTem:BASE:STICon:CLOSe
driver.system.base.stIcon.close()

No command help available

close_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SYSTem:BASE:STICon:CLOSe
driver.system.base.stIcon.close_with_opc()

No command help available

Same as close, but waits for the operation to complete before continuing further. Use the RsCMPX_Base.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

get_enable() bool[source]
# SCPI: SYSTem:BASE:STICon:ENABle
value: bool = driver.system.base.stIcon.get_enable()

No command help available

return:

on_off: No help available

open() None[source]
# SCPI: SYSTem:BASE:STICon:OPEN
driver.system.base.stIcon.open()

No command help available

open_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: SYSTem:BASE:STICon:OPEN
driver.system.base.stIcon.open_with_opc()

No command help available

Same as open, but waits for the operation to complete before continuing further. Use the RsCMPX_Base.utilities.opc_timeout_set() to set the timeout value.

param opc_timeout_ms:

Maximum time to wait in milliseconds, valid only for this call.

set_enable(on_off: bool) None[source]
# SCPI: SYSTem:BASE:STICon:ENABle
driver.system.base.stIcon.set_enable(on_off = False)

No command help available

param on_off:

No help available