Cmax

SCPI Command :

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

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

Parameters:

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

Returns:

cycle_count_max: 0 to 63

set(cycle_count_max: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:FLXRay:CMAX
driver.trigger.flxRay.cmax.set(cycle_count_max = 1, trigger = repcap.Trigger.Default)

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

Parameters:
  • cycle_count_max – 0 to 63

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