Max

SCPI Command :

TRIGger<*>:ARINc:LABel:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:ARINc:LABel:MAX
value: int = driver.trigger.arinc.label.max.get(trigger = repcap.Trigger.Default)

Sets the end value of a label pattern if method RsRtx.trigger.arinc.label.condition.set() is set to INRange or OORange.

Parameters:

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

Returns:

label_max: Numeric or string pattern, see method RsRtx.trigger.arinc.label.min.set()

set(label_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:ARINc:LABel:MAX
driver.trigger.arinc.label.max.set(label_max = 1, trigger = repcap.Trigger.Default)

Sets the end value of a label pattern if method RsRtx.trigger.arinc.label.condition.set() is set to INRange or OORange.

Parameters:
  • label_max – Numeric or string pattern, see method RsRtx.trigger.arinc.label.min.set()

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