Cmin
SCPI Command :
SEARch:TRIGger:FLXRay:CMIN
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) int[source]
# SEARch:TRIGger:FLXRay:CMIN value: int = driver.search.trigger.flxRay.cmin.get(search = 'abc')
Specifies a cycle count - the number of the current FlexRay cycle - or sets the start value of an cycle count range.
- Returns:
cycle_count_min: 0 to 63
- set(search: str, cycle_count_min: int) None[source]
# SEARch:TRIGger:FLXRay:CMIN driver.search.trigger.flxRay.cmin.set(search = 'abc', cycle_count_min = 1)
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