Deskew

SCPI Command :

DIGital<*>:DESKew
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalNull=DigitalNull.Default) float[source]
# DIGital<*>:DESKew
value: float = driver.digital.deskew.get(digitalNull = repcap.DigitalNull.Default)

Sets an individual delay for each digital channel to time-align it with other digital channels. The deskew value compensates delays that are known from the circuit specifics or caused by the different length of cables. The setting affects only the settings of the first MSO bus (Bus1) . You can set the deskew for all buses with method RsRtx.bus.parallel.bit.deskew.set() .

Parameters:

digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)

Returns:

deskew: -200.0E-09 to 200.0E-09

set(deskew: float, digitalNull=DigitalNull.Default) None[source]
# DIGital<*>:DESKew
driver.digital.deskew.set(deskew = 1.0, digitalNull = repcap.DigitalNull.Default)

Sets an individual delay for each digital channel to time-align it with other digital channels. The deskew value compensates delays that are known from the circuit specifics or caused by the different length of cables. The setting affects only the settings of the first MSO bus (Bus1) . You can set the deskew for all buses with method RsRtx.bus.parallel.bit.deskew.set() .

Parameters:
  • deskew – -200.0E-09 to 200.0E-09

  • digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)