SymbolRate
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:SRATe
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(digitalIq=DigitalIq.Default) float[source]
# [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.
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
srate: float Range: 0.5E6 to depends on options, Unit: Hz The maximum value depends on 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 and system configuration’.
- set(srate: float, digitalIq=DigitalIq.Default) None[source]
# [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.
- Parameters:
srate – float Range: 0.5E6 to depends on options, Unit: Hz The maximum value depends on 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 and system configuration’.
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
Cloning the Group
# Create a copy of the original group, that exists independently
symbolRate_copy = driver.source.iq.output.digital.fader.symbolRate.clone()
Subgroups