Select
SCPI Command :
TRIGger<*>:MILStd:MAXResponse:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) bool[source]
# TRIGger<*>:MILStd:MAXResponse:SELect value: bool = driver.trigger.milstd.maxResponse.select.get(trigger = repcap.Trigger.Default)
Enables the trigger on exceeding the maximum response time if method
RsRtx.trigger.milstd.typePy.set()is set to ERRor. You can set the maximum time with: methodRsRtx.trigger.milstd.maxResponse.bits.set().- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
max_resp_sel: OFF | ON
- set(max_resp_sel: bool, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:MAXResponse:SELect driver.trigger.milstd.maxResponse.select.set(max_resp_sel = False, trigger = repcap.Trigger.Default)
Enables the trigger on exceeding the maximum response time if method
RsRtx.trigger.milstd.typePy.set()is set to ERRor. You can set the maximum time with: methodRsRtx.trigger.milstd.maxResponse.bits.set().- Parameters:
max_resp_sel – OFF | ON
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)