Value

SCPI Command :

SYNChronize:DEVice<*>:SKEW[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(device=Device.Default) float[source]
# SYNChronize:DEVice<*>:SKEW[:VALue]
value: float = driver.synchronize.device.skew.value.get(device = repcap.Device.Default)

Returns the skew value that was measured by method RsMxo.synchronize.device.skew.auto.set() . If you know the skew, or measure it manually, you can also set the value.

Parameters:

device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)

Returns:

skew: -0.02 to 0.02

set(skew: float, device=Device.Default) None[source]
# SYNChronize:DEVice<*>:SKEW[:VALue]
driver.synchronize.device.skew.value.set(skew = 1.0, device = repcap.Device.Default)

Returns the skew value that was measured by method RsMxo.synchronize.device.skew.auto.set() . If you know the skew, or measure it manually, you can also set the value.

Parameters:
  • skew – -0.02 to 0.02

  • device – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Device’)