Bposition

SCPI Command :

BUS<*>:SWIRe:BPOSition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) int[source]
# BUS<*>:SWIRe:BPOSition
value: int = driver.bus.swire.bposition.get(bus = repcap.Bus.Default)

Sets the bit position, the align position for the manual synchronisation mode. This can be useful when parity errors exist in the signal, and parity check is the main indicator for the decoder to do packet alignment.

Parameters:

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

Returns:

sync_bit_pos: 0 to 10

set(sync_bit_pos: int, bus=Bus.Default) None[source]
# BUS<*>:SWIRe:BPOSition
driver.bus.swire.bposition.set(sync_bit_pos = 1, bus = repcap.Bus.Default)

Sets the bit position, the align position for the manual synchronisation mode. This can be useful when parity errors exist in the signal, and parity check is the main indicator for the decoder to do packet alignment.

Parameters:
  • sync_bit_pos – 0 to 10

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