Max

SCPI Command :

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

Sets the end value of a frame ID range if method RsRtx.trigger.cxpi.fid.condition.set() is set to INRange or OORange.

Parameters:

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

set(frame_id_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:CXPI:FID:MAX
driver.trigger.cxpi.fid.max.set(frame_id_max = 1, trigger = repcap.Trigger.Default)

Sets the end value of a frame ID range if method RsRtx.trigger.cxpi.fid.condition.set() is set to INRange or OORange.

Parameters:

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