Delay

SCPI Commands :

[SOURce<HW>]:BB:LORA:TRIGger:OUTPut<CH>:DELay
[SOURce<HW>]:BB:LORA:TRIGger:OUTPut:DELay:FIXed
class DelayCls[source]

Delay commands group definition. 4 total commands, 2 Subgroups, 2 group commands

get(output=Output.Default) float[source]
# SCPI: [SOURce<HW>]:BB:LORA:TRIGger:OUTPut<CH>:DELay
value: float = driver.source.bb.lora.trigger.output.delay.get(output = repcap.Output.Default)

No command help available

param output:

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

return:

delay: No help available

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

No command help available

return:

fixed: No help available

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

No command help available

param delay:

No help available

param output:

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

set_fixed(fixed: bool) None[source]
# SCPI: [SOURce<HW>]:BB:LORA:TRIGger:OUTPut:DELay:FIXed
driver.source.bb.lora.trigger.output.delay.set_fixed(fixed = False)

No command help available

param fixed:

No help available

Cloning the Group

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

Subgroups