Dposition

SCPI Command :

TRIGger<*>:SPI:DPOSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trigger=Trigger.Default) int[source]
# TRIGger<*>:SPI:DPOSition
value: int = driver.trigger.spi.dposition.get(trigger = repcap.Trigger.Default)

Sets the number of bits or words to be ignored before the first bit or word od interest. The effect is defined by method RsRtx.trigger.spi.palignment.set() .

Parameters:

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

Returns:

data_position: The index 0 is associated with the first data byte.

set(data_position: int, trigger=Trigger.Default) None[source]
# TRIGger<*>:SPI:DPOSition
driver.trigger.spi.dposition.set(data_position = 1, trigger = repcap.Trigger.Default)

Sets the number of bits or words to be ignored before the first bit or word od interest. The effect is defined by method RsRtx.trigger.spi.palignment.set() .

Parameters:
  • data_position – The index 0 is associated with the first data byte.

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