SymbolRate
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe
- class SymbolRateCls[source]
SymbolRate commands group definition. 6 total commands, 5 Subgroups, 1 group commands
- get(iqConnector=IqConnector.Default) float [source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe value: float = driver.source.iq.output.digital.bbmm.symbolRate.get(iqConnector = repcap.IqConnector.Default)
Sets the sample rate of the digital I/Q output signal.
- param iqConnector:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- return:
srate: float Range: 400 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: system clock depending on the system configuration and fader configuration See also ‘Supported digital interfaces and system configuration’.
- set(srate: float, iqConnector=IqConnector.Default) None [source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe driver.source.iq.output.digital.bbmm.symbolRate.set(srate = 1.0, iqConnector = repcap.IqConnector.Default)
Sets the sample rate of the digital I/Q output signal.
- param srate:
float Range: 400 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: system clock depending on the system configuration and fader configuration See also ‘Supported digital interfaces and system configuration’.
- param iqConnector:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.iq.output.digital.bbmm.symbolRate.clone()
Subgroups