Offset

SCPI Command :

TREFerence<*>:CLK:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(timingReference=TimingReference.Default) float[source]
# TREFerence<*>:CLK:OFFSet
value: float = driver.treference.clk.offset.get(timingReference = repcap.TimingReference.Default)

Sets the offset between the clock edge and the data edge if method RsMxo.treference.typePy.set() is set.

Parameters:

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

Returns:

offset: -1000 to 1000

set(offset: float, timingReference=TimingReference.Default) None[source]
# TREFerence<*>:CLK:OFFSet
driver.treference.clk.offset.set(offset = 1.0, timingReference = repcap.TimingReference.Default)

Sets the offset between the clock edge and the data edge if method RsMxo.treference.typePy.set() is set.

Parameters:
  • offset – -1000 to 1000

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