RunExec
SCPI Command :
MEASurement<*>:ONViolation:RUNexec
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) BeepMode[source]
# MEASurement<*>:ONViolation:RUNexec value: enums.BeepMode = driver.measurement.onViolation.runExec.get(measurement = repcap.Measurement.Default)
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:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
run_executable: See ‘Event parameter’
- set(run_executable: BeepMode, measurement=Measurement.Default) None[source]
# MEASurement<*>:ONViolation:RUNexec driver.measurement.onViolation.runExec.set(run_executable = enums.BeepMode.NOACtion, measurement = repcap.Measurement.Default)
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:
run_executable – See ‘Event parameter’
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)