Skew
SCPI Command :
PBUS<*>:SKEW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(pwrBus=PwrBus.Default) float[source]
# PBUS<*>:SKEW value: float = driver.pbus.skew.get(pwrBus = repcap.PwrBus.Default)
Sets a general delay for all digital channels.
- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
- Returns:
skew_offset: -2E-07 to 2E-07
- set(skew_offset: float, pwrBus=PwrBus.Default) None[source]
# PBUS<*>:SKEW driver.pbus.skew.set(skew_offset = 1.0, pwrBus = repcap.PwrBus.Default)
Sets a general delay for all digital channels.
- Parameters:
skew_offset – -2E-07 to 2E-07
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)