RunExec

SCPI Command :

TRIGger<*>:EVENt:RUNexec
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) BeepMode[source]
# TRIGger<*>:EVENt:RUNexec
value: enums.BeepMode = driver.trigger.event.runExec.get(trigger = repcap.Trigger.Default)

Starts an external application if the command is set to TRIGger. Use the following commands to set up the application:

  • method RsRtx.executable.name()

  • method RsRtx.executable.parameter()

  • method RsRtx.executable.wdirectory()

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

run_executable: NOACtion | TRIGger

set(run_executable: BeepMode, trigger=Trigger.Default) None[source]
# TRIGger<*>:EVENt:RUNexec
driver.trigger.event.runExec.set(run_executable = enums.BeepMode.NOACtion, trigger = repcap.Trigger.Default)

Starts an external application if the command is set to TRIGger. Use the following commands to set up the application:

  • method RsRtx.executable.name()

  • method RsRtx.executable.parameter()

  • method RsRtx.executable.wdirectory()

Parameters:
  • run_executable – NOACtion | TRIGger

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)