FeShift
SCPI Command :
[SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:FESHift
- class FeShiftCls[source]
FeShift commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) float [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:FESHift value: float = driver.source.bb.btooth.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.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
shift: float Range: dynamic to dynamic
- set(shift: float, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:TRIGger:OUTPut<CH>:FESHift driver.source.bb.btooth.trigger.output.feShift.set(shift = 1.0, 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.
- param shift
float Range: dynamic to dynamic
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)