SymbolRate

SCPI Commands

INPut<InputIx>:IQ:OSC:SRATe
class SymbolRateCls[source]

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

get(inputIx=InputIx.Default) float[source]
# SCPI: INPut<ip>:IQ:OSC:SRATe
value: float = driver.inputPy.iq.osc.symbolRate.get(inputIx = repcap.InputIx.Default)

No command help available

param inputIx

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

return

sample_rate: No help available

set(sample_rate: float, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:IQ:OSC:SRATe
driver.inputPy.iq.osc.symbolRate.set(sample_rate = 1.0, inputIx = repcap.InputIx.Default)

No command help available

param sample_rate

No help available

param inputIx

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