DesOffset

SCPI Command :

BUS<*>:PARallel:DESoffset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:PARallel:DESoffset
value: float = driver.bus.parallel.desOffset.get(bus = repcap.Bus.Default)

Sets a general delay for all digital channels. The resulting deskew of a digital channel is the sum of this general value and the individual value set with method RsRtx.bus.parallel.bit.deskew.set() .

Parameters:

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

Returns:

deskew_offset: -200E-9 to 200E-9

set(deskew_offset: float, bus=Bus.Default) None[source]
# BUS<*>:PARallel:DESoffset
driver.bus.parallel.desOffset.set(deskew_offset = 1.0, bus = repcap.Bus.Default)

Sets a general delay for all digital channels. The resulting deskew of a digital channel is the sum of this general value and the individual value set with method RsRtx.bus.parallel.bit.deskew.set() .

Parameters:
  • deskew_offset – -200E-9 to 200E-9

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