Imax

SCPI Command :

TRIGger<*>:TBTO:DATA:IMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:TBTO:DATA:IMAX
value: int = driver.trigger.tbto.data.imax.get(trigger = repcap.Trigger.Default)

Sets the end value of the index range if method RsRtx.trigger.tbto.data.icondition.set() is set to INRange or OORange.

Parameters:

trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)

Returns:

data_index_max: 1 to 65535

set(data_index_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:TBTO:DATA:IMAX
driver.trigger.tbto.data.imax.set(data_index_max = 1, trigger = repcap.Trigger.Default)

Sets the end value of the index range if method RsRtx.trigger.tbto.data.icondition.set() is set to INRange or OORange.

Parameters:
  • data_index_max – 1 to 65535

  • trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)