Skew

SCPI Command :

ZVC:Z<*>:V<*>:SKEW
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:V<*>:SKEW
value: float = driver.zvc.z.voltage.skew.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Sets the skew offset value for the voltage probe channel. This is a delay value, that is known from the circuit specifics but cannot be compensated by the instrument automatically.

Parameters:
  • zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)

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

Returns:

deskew_offset: -6E-6 to 6E-6

set(deskew_offset: float, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:V<*>:SKEW
driver.zvc.z.voltage.skew.set(deskew_offset = 1.0, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Sets the skew offset value for the voltage probe channel. This is a delay value, that is known from the circuit specifics but cannot be compensated by the instrument automatically.

Parameters:
  • deskew_offset – -6E-6 to 6E-6

  • zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)

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