Max
SCPI Command :
TRIGger<*>:ARINc:DATA:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(trigger=Trigger.Default) int[source]
# TRIGger<*>:ARINc:DATA:MAX value: int = driver.trigger.arinc.data.max.get(trigger = repcap.Trigger.Default)
Sets the end value of a data pattern if method
RsRtx.trigger.arinc.data.condition.set()is set to INRange or OORange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)
- set(data_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:ARINc:DATA:MAX driver.trigger.arinc.data.max.set(data_max = 1, trigger = repcap.Trigger.Default)
Sets the end value of a data pattern if method
RsRtx.trigger.arinc.data.condition.set()is set to INRange or OORange.- Parameters:
trigger – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Trigger’)