Foffset

SCPI Command :

[SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:FOFFset
class FoffsetCls[source]

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

get(output=Output.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:FOFFset
value: int = driver.source.bb.nr5G.trigger.output.foffset.get(output = repcap.Output.Default)

Sets the rise/fall offset.

param output

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

return

mark_fall_offs: integer Range: -640000 to 640000

set(mark_fall_offs: int, output=Output.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:FOFFset
driver.source.bb.nr5G.trigger.output.foffset.set(mark_fall_offs = 1, output = repcap.Output.Default)

Sets the rise/fall offset.

param mark_fall_offs

integer Range: -640000 to 640000

param output

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