Deskew
SCPI Command :
BUS<*>:PARallel:BIT<*>:DESKew
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, bitNull=BitNull.Default) float[source]
# BUS<*>:PARallel:BIT<*>:DESKew value: float = driver.bus.parallel.bit.deskew.get(bus = repcap.Bus.Default, bitNull = repcap.BitNull.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. For the parallel bus 1, you can also use method
RsRtx.digital.deskew.set().- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
bitNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bit’)
- Returns:
deskew: -200E-9 to 200E-9
- set(deskew: float, bus=Bus.Default, bitNull=BitNull.Default) None[source]
# BUS<*>:PARallel:BIT<*>:DESKew driver.bus.parallel.bit.deskew.set(deskew = 1.0, bus = repcap.Bus.Default, bitNull = repcap.BitNull.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. For the parallel bus 1, you can also use method
RsRtx.digital.deskew.set().- Parameters:
deskew – -200E-9 to 200E-9
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
bitNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bit’)