Output

SCPI Commands

OUTPut:FTResponse
OUTPut:STATe
OUTPut:SELect
class OutputCls[source]

Output commands group definition. 13 total commands, 6 Subgroups, 3 group commands

get_ft_response() bool[source]
# SCPI: OUTPut:FTResponse
value: bool = driver.output.get_ft_response()

Sets or queries the fast transient response state.

return

arg_0: No help available

get_select() bool[source]
# SCPI: OUTPut:SELect
value: bool = driver.output.get_select()

Sets or queries the output state of selected channel.

return

arg_0: No help available

get_state() bool[source]
# SCPI: OUTPut[:STATe]
value: bool = driver.output.get_state()

Sets or queries the output state of the previous selected channels.

return

arg_0: No help available

set_ft_response(arg_0: bool) None[source]
# SCPI: OUTPut:FTResponse
driver.output.set_ft_response(arg_0 = False)

Sets or queries the fast transient response state.

param arg_0

No help available

set_select(arg_0: bool) None[source]
# SCPI: OUTPut:SELect
driver.output.set_select(arg_0 = False)

Sets or queries the output state of selected channel.

param arg_0
  • 0: Deactivates the selected channel.

  • 1: Activates the selected channel.

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

Sets or queries the output state of the previous selected channels.

param arg_0
  • 0: Switches off previous selected channels.

  • 1: Switches on previous selected channels.

Subgroups