Delay

SCPI Commands :

[SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut<CH>:DELay
[SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut:DELay:FIXed
Commands in total: 4
Subgroups: 2
Direct child commands: 2
get(output=Output.Default) float[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut<CH>:DELay
value: float = driver.source.bb.oneweb.trigger.output.delay.get(output = repcap.Output.Default)

Defines the delay between the signal on the marker outputs and the start of the signals.

Parameters:

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

Returns:

mark_delay: float Range: 0 to 16777215

get_fixed() bool[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut:DELay:FIXed
value: bool = driver.source.bb.oneweb.trigger.output.delay.get_fixed()

No help available

set(mark_delay: float, output=Output.Default) None[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut<CH>:DELay
driver.source.bb.oneweb.trigger.output.delay.set(mark_delay = 1.0, output = repcap.Output.Default)

Defines the delay between the signal on the marker outputs and the start of the signals.

Parameters:
  • mark_delay – float Range: 0 to 16777215

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

set_fixed(mark_del_fix_state: bool) None[source]
# [SOURce<HW>]:BB:ONEWeb:TRIGger:OUTPut:DELay:FIXed
driver.source.bb.oneweb.trigger.output.delay.set_fixed(mark_del_fix_state = False)

No help available

Cloning the Group

# Create a copy of the original group, that exists independently
delay_copy = driver.source.bb.oneweb.trigger.output.delay.clone()

Subgroups