Source
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:SRATe:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(iqConnector=IqConnector.Default) BboutClocSour[source]
# [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.
- Parameters:
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- Returns:
source: USER | DOUT DOUT Enabled for BBMM1 | BBMM2 connectors
- set(source: BboutClocSour, iqConnector=IqConnector.Default) None[source]
# [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.
- Parameters:
source – USER | DOUT DOUT Enabled for BBMM1 | BBMM2 connectors
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)