RunExec

SCPI Command :

MTESt:ONViolation:RUNexec
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test: str) BeepMode[source]
# MTESt:ONViolation:RUNexec
value: enums.BeepMode = driver.mtest.onViolation.runExec.get(mask_test = 'abc')

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

  • method RsRtx.executable.name()

  • method RsRtx.executable.parameter()

  • method RsRtx.executable.wdirectory()

Parameters:

mask_test – String with the name of the mask test

Returns:

run_executable: See ‘Event parameter’

set(mask_test: str, run_executable: BeepMode) None[source]
# MTESt:ONViolation:RUNexec
driver.mtest.onViolation.runExec.set(mask_test = 'abc', run_executable = enums.BeepMode.NOACtion)

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

  • method RsRtx.executable.name()

  • method RsRtx.executable.parameter()

  • method RsRtx.executable.wdirectory()

Parameters:
  • mask_test – String with the name of the mask test

  • run_executable – See ‘Event parameter’