SymbolRate

SCPI Commands

INPut:DIQ:SRATe
class SymbolRateCls[source]

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

get() float[source]
# SCPI: INPut:DIQ:SRATe
value: float = driver.inputPy.diq.symbolRate.get()

No command help available

return

arg_0: No help available

set(arg_0: float) None[source]
# SCPI: INPut:DIQ:SRATe
driver.inputPy.diq.symbolRate.set(arg_0 = 1.0)

No command help available

param arg_0

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.inputPy.diq.symbolRate.clone()

Subgroups