Cmpo

SCPI Command :

LANE<*>:CMPO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lane=Lane.Default) bool[source]
# LANE<*>:CMPO
value: bool = driver.lane.cmpo.get(lane = repcap.Lane.Default)

Enables the DC offset compensation. If enabled, the application estimates the DC offset of the input signal and removes it prior to training and/or applying equalizers to it.

Parameters:

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

Returns:

offs_compens: OFF | ON

set(offs_compens: bool, lane=Lane.Default) None[source]
# LANE<*>:CMPO
driver.lane.cmpo.set(offs_compens = False, lane = repcap.Lane.Default)

Enables the DC offset compensation. If enabled, the application estimates the DC offset of the input signal and removes it prior to training and/or applying equalizers to it.

Parameters:
  • offs_compens – OFF | ON

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