Dposition

SCPI Command :

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

Sets the number of bits or words before the first word of interest, see also method RsRtx.search.trigger.spi.palignment.set() . These offset bits/words are skipped. The index 0 is associated with the first data bit or word. If the position operator defines a range, also define the last bit/word of interest using method RsRtx.search.trigger.spi.dpto.set()

Returns:

data_position: 0 to 32.767E+3

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

Sets the number of bits or words before the first word of interest, see also method RsRtx.search.trigger.spi.palignment.set() . These offset bits/words are skipped. The index 0 is associated with the first data bit or word. If the position operator defines a range, also define the last bit/word of interest using method RsRtx.search.trigger.spi.dpto.set()

Parameters:

data_position – 0 to 32.767E+3