Cmin

SCPI Command :

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

Specifies a cycle count - the number of the current FlexRay cycle - or sets the start value of an cycle count range.

Parameters:

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

Returns:

cycle_count_min: 0 to 63

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

Specifies a cycle count - the number of the current FlexRay cycle - or sets the start value of an cycle count range.

Parameters:
  • cycle_count_min – 0 to 63

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