FeShift

SCPI Command :

[SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FESHift
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FESHift
value: int = driver.source.bb.wlnn.trigger.output.feShift.get(output = repcap.Output.Default)

Shifts the falling edge of the marker the specified number of samples. Negative values result in a shift back of the marker edge.

Parameters:

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

Returns:

shift: integer Range: -1000 to 1000

set(shift: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:FESHift
driver.source.bb.wlnn.trigger.output.feShift.set(shift = 1, output = repcap.Output.Default)

Shifts the falling edge of the marker the specified number of samples. Negative values result in a shift back of the marker edge.

Parameters:
  • shift – integer Range: -1000 to 1000

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