Source

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe:SOURce
class SourceCls[source]

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

get(iqConnector=IqConnector.Default) RsSmw.enums.BboutClocSour[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe:SOURce
value: enums.BboutClocSour = driver.source.iq.output.digital.bbmm.symbolRate.source.get(iqConnector = repcap.IqConnector.Default)

Selects whether the sample rate is estimated based on the digital signal or is a user-defined value.

param iqConnector

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

return

source: USER| DOUT DOUT Enabled for BBMM1|BBMM2 connectors

set(source: RsSmw.enums.BboutClocSour, iqConnector=IqConnector.Default) None[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe:SOURce
driver.source.iq.output.digital.bbmm.symbolRate.source.set(source = enums.BboutClocSour.DOUT, iqConnector = repcap.IqConnector.Default)

Selects whether the sample rate is estimated based on the digital signal or is a user-defined value.

param source

USER| DOUT DOUT Enabled for BBMM1|BBMM2 connectors

param iqConnector

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