Bbin

SCPI Command :

[SOURce<HW>]:BBIN:ODELay
class BbinCls[source]

Bbin commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_odelay() float[source]
# SCPI: [SOURce<HW>]:BBIN:ODELay
value: float = driver.source.bbin.get_odelay()

Seds the output delay of the external baseband signal.

return:

delay: float Range: 0 to 1

set_odelay(delay: float) None[source]
# SCPI: [SOURce<HW>]:BBIN:ODELay
driver.source.bbin.set_odelay(delay = 1.0)

Seds the output delay of the external baseband signal.

param delay:

float Range: 0 to 1

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bbin.clone()

Subgroups