Skew
SCPI Command :
DIGital<*>:SKEW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digital=Digital.Default) float[source]
# DIGital<*>:SKEW value: float = driver.digital.skew.get(digital = repcap.Digital.Default)
Sets an individual delay for each digital channel to time-align it with other digital channels. The skew 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 (Logic1) . You can set the skew for all buses with method
RsMxo.pbus.bit.skew.set().- Parameters:
digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)
- set(skew: float, digital=Digital.Default) None[source]
# DIGital<*>:SKEW driver.digital.skew.set(skew = 1.0, digital = repcap.Digital.Default)
Sets an individual delay for each digital channel to time-align it with other digital channels. The skew 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 (Logic1) . You can set the skew for all buses with method
RsMxo.pbus.bit.skew.set().- Parameters:
digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)