Imax
SCPI Command :
TRIGger<*>:MILStd:DATA:IMAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:MILStd:DATA:IMAX value: int = driver.trigger.milstd.data.imax.get(trigger = repcap.Trigger.Default)
Sets the end value of a data word series index range if method
RsRtx.trigger.milstd.data.icondition.set()is set to INRange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- Returns:
data_index_max: 1 to 32
- set(data_index_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:MILStd:DATA:IMAX driver.trigger.milstd.data.imax.set(data_index_max = 1, trigger = repcap.Trigger.Default)
Sets the end value of a data word series index range if method
RsRtx.trigger.milstd.data.icondition.set()is set to INRange.- Parameters:
data_index_max – 1 to 32
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)