Smax

SCPI Command :

TRIGger<*>:ETHernet:FRAMe:SMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:ETHernet:FRAMe:SMAX
value: int = driver.trigger.ethernet.frame.smax.get(trigger = repcap.Trigger.Default)

Sets the end value of a range, if the data condition is set to INRange or OORange.

Parameters:

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

set(src_addr_patt_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:ETHernet:FRAMe:SMAX
driver.trigger.ethernet.frame.smax.set(src_addr_patt_max = 1, trigger = repcap.Trigger.Default)

Sets the end value of a range, if the data condition is set to INRange or OORange.

Parameters:

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