Cstep

SCPI Command :

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

Specifies a step to search for each n-th cycle inside the given range. This allows for a specific search if slot multiplexing is used. The condition method RsRtx.search.trigger.flxRay.cenable.set() must be set to INRange or OORange.

Returns:

cycle_count_step: 1 to 63

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

Specifies a step to search for each n-th cycle inside the given range. This allows for a specific search if slot multiplexing is used. The condition method RsRtx.search.trigger.flxRay.cenable.set() must be set to INRange or OORange.

Parameters:

cycle_count_step – 1 to 63