Cmax

SCPI Command :

SEARch:TRIGger:FLXRay:CMAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) int[source]
# SEARch:TRIGger:FLXRay:CMAX
value: int = driver.search.trigger.flxRay.cmax.get(search = 'abc')

Sets the end value of a cycle count range if the condition method RsRtx.search.trigger.flxRay.cenable.set() is set to INRange or OORange.

Returns:

cycle_count_max: 0 to 63

set(search: str, cycle_count_max: int) None[source]
# SEARch:TRIGger:FLXRay:CMAX
driver.search.trigger.flxRay.cmax.set(search = 'abc', cycle_count_max = 1)

Sets the end value of a cycle count range if the condition method RsRtx.search.trigger.flxRay.cenable.set() is set to INRange or OORange.

Parameters:

cycle_count_max – 0 to 63