BbOut

SCPI Command :

TEST<HW>:BBOut:LRATe
class BbOutCls[source]

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

get_lrate() float[source]
# SCPI: TEST<HW>:BBOut:LRATe
value: float = driver.test.bbOut.get_lrate()

No command help available

return:

lrate: No help available

set_lrate(lrate: float) None[source]
# SCPI: TEST<HW>:BBOut:LRATe
driver.test.bbOut.set_lrate(lrate = 1.0)

No command help available

param lrate:

No help available

Cloning the Group

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

Subgroups