Max

SCPI Command :

SEARch:TRIGger:CXPI:FID:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:CXPI:FID:MAX
value: int = driver.search.trigger.cxpi.fid.max.get(search = 'abc')

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

set(search: str, frame_id_max: int) None[source]
# SEARch:TRIGger:CXPI:FID:MAX
driver.search.trigger.cxpi.fid.max.set(search = 'abc', frame_id_max = 1)

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