Fuse

SCPI Commands

FUSE:STATe
FUSE:UNLink
class FuseCls[source]

Fuse commands group definition. 6 total commands, 3 Subgroups, 2 group commands

get_state() bool[source]
# SCPI: FUSE[:STATe]
value: bool = driver.fuse.get_state()

Sets or queries the state for over current protection (OCP) . See Example ‘Configuring fuses’.

return

arg_0: - 1 | 0: - 1: Activates the OCP state. - 0: deactivates the OCP state.

set_state(arg_0: bool) None[source]
# SCPI: FUSE[:STATe]
driver.fuse.set_state(arg_0 = False)

Sets or queries the state for over current protection (OCP) . See Example ‘Configuring fuses’.

param arg_0
  • 1 | 0:

  • 1: Activates the OCP state.

  • 0: deactivates the OCP state.

set_unlink(arg_0: List[int]) None[source]
# SCPI: FUSE:UNLink
driver.fuse.set_unlink(arg_0 = [1, 2, 3])

Unlinks fuse linking from the other channels (Ch 1, Ch 2, Ch 3 or Ch 4) . See Example ‘Configuring fuses’.

param arg_0

0 - Unlink all other channels to the previously selected channel.

Subgroups