ReShift

SCPI Command :

[SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:RESHift
class ReShiftCls[source]

ReShift commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(output=Output.Default) int[source]
# SCPI: [SOURce<HW>]:BB:WLNN:TRIGger:OUTPut<CH>:RESHift
value: int = driver.source.bb.wlnn.trigger.output.reShift.get(output = repcap.Output.Default)

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

param output

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

return

shift: integer Range: -1000 to 1000

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

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

param shift

integer Range: -1000 to 1000

param output

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