Dposition

SCPI Command :

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

Sets the number of data bytes to be skipped after start of the payload segment.

Returns:

data_position: 0 to 255

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

Sets the number of data bytes to be skipped after start of the payload segment.

Parameters:

data_position – 0 to 255