Cmax

SCPI Command :

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

Sets the end value of the frame check sequence range, if method RsRtx.trigger.ethernet.frame.ccondition.set() is set to INRange or OORange.

Parameters:

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

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

Sets the end value of the frame check sequence range, if method RsRtx.trigger.ethernet.frame.ccondition.set() is set to INRange or OORange.

Parameters:

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