SymbolRate
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:SRATe
- class SymbolRateCls[source]
SymbolRate commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get(digitalIq=DigitalIq.Default) float [source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:SRATe value: float = driver.source.iq.output.digital.fader.symbolRate.get(digitalIq = repcap.DigitalIq.Default)
Sets/queries the sample rate of the digital I/Q output signal.
- param digitalIq
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- return
srate: float Range: 0.5E6 to depends on options, Unit: Hz The maximum value depends on the installed options as follows: R&S SMW-B10: max = 200E6 and depends on the connected receiving device R&S SMW-B9: max = 250E6 See also ‘Supported digital interfaces depending on the system configuration’.
- set(srate: float, digitalIq=DigitalIq.Default) None [source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:SRATe driver.source.iq.output.digital.fader.symbolRate.set(srate = 1.0, digitalIq = repcap.DigitalIq.Default)
Sets/queries the sample rate of the digital I/Q output signal.
- param srate
float Range: 0.5E6 to depends on options, Unit: Hz The maximum value depends on the installed options as follows: R&S SMW-B10: max = 200E6 and depends on the connected receiving device R&S SMW-B9: max = 250E6 See also ‘Supported digital interfaces depending on the system configuration’.
- param digitalIq
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.iq.output.digital.fader.symbolRate.clone()
Subgroups