Select
SCPI Command :
BUS<*>:MILStd:MAXResponse:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:MILStd:MAXResponse:SELect value: bool = driver.bus.milstd.maxResponse.select.get(bus = repcap.Bus.Default)
Enables the detection of the maximum response time between the last bit of a word and the following status word sync during decoding. To specify the maximum response time, use method
RsRtx.bus.milstd.maxResponse.bits.set().- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
max_resp_sel: OFF | ON
- set(max_resp_sel: bool, bus=Bus.Default) None[source]
# BUS<*>:MILStd:MAXResponse:SELect driver.bus.milstd.maxResponse.select.set(max_resp_sel = False, bus = repcap.Bus.Default)
Enables the detection of the maximum response time between the last bit of a word and the following status word sync during decoding. To specify the maximum response time, use method
RsRtx.bus.milstd.maxResponse.bits.set().- Parameters:
max_resp_sel – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)