SymbolRate

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe
Commands in total: 6
Subgroups: 5
Direct child commands: 1
get(iqConnector=IqConnector.Default) float[source]
# [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.

Parameters:

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

Returns:

srate: float Range: 400 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: 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]
# [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.

Parameters:
  • srate – float Range: 400 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: system clock depending on the system configuration and fader configuration See also ‘Supported digital interfaces and system configuration’.

  • iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)

Cloning the Group

# Create a copy of the original group, that exists independently
symbolRate_copy = driver.source.iq.output.digital.bbmm.symbolRate.clone()

Subgroups