Tripped

SCPI Commands

FUSE:TRIPped:CLEar
FUSE:TRIPped
class TrippedCls[source]

Tripped commands group definition. 2 total commands, 0 Subgroups, 2 group commands

clear() None[source]
# SCPI: FUSE:TRIPped:CLEar
driver.fuse.tripped.clear()

Resets the OCP state of the selected channel. If an OCP event has occurred before, the reset also erases the message on the display.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: FUSE:TRIPped:CLEar
driver.fuse.tripped.clear_with_opc()

Resets the OCP state of the selected channel. If an OCP event has occurred before, the reset also erases the message on the display.

Same as clear, but waits for the operation to complete before continuing further. Use the RsNgx.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_value() bool[source]
# SCPI: FUSE:TRIPped
value: bool = driver.fuse.tripped.get_value()

Queries the OCP state of the selected channel.

return

result: No help available