Skew
SCPI Command :
PBUS<*>:BIT<*>:SKEW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrBus=PwrBus.Default, bit=Bit.Default) float[source]
# PBUS<*>:BIT<*>:SKEW value: float = driver.pbus.bit.skew.get(pwrBus = repcap.PwrBus.Default, bit = repcap.Bit.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 skew between the probe boxes of the digital channels and the probe connectors of the analog channels is automatically aligned by the instrument.
- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
bit – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bit’)
- Returns:
skew: -2E-07 to 2E-07
- set(skew: float, pwrBus=PwrBus.Default, bit=Bit.Default) None[source]
# PBUS<*>:BIT<*>:SKEW driver.pbus.bit.skew.set(skew = 1.0, pwrBus = repcap.PwrBus.Default, bit = repcap.Bit.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 skew between the probe boxes of the digital channels and the probe connectors of the analog channels is automatically aligned by the instrument.
- Parameters:
skew – -2E-07 to 2E-07
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
bit – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bit’)