SymbolRate
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:CHANnel<ST0>:SRATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(iqConnector=IqConnector.Default, channelNull=ChannelNull.Default) float[source]
# [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:CHANnel<ST0>:SRATe value: float = driver.source.iq.output.digital.bbmm.channel.symbolRate.get(iqConnector = repcap.IqConnector.Default, channelNull = repcap.ChannelNull.Default)
Sets the sample rate per channel.
- Parameters:
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
dig_iq_hs_srat_chan: float Range: 400 to max* max = 250E6 (‘System Config Mode = Advanced’) / max = 1250E6 (‘System Config Mode = Standard’) See also ‘Supported digital interfaces and system configuration’.
- set(dig_iq_hs_srat_chan: float, iqConnector=IqConnector.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:CHANnel<ST0>:SRATe driver.source.iq.output.digital.bbmm.channel.symbolRate.set(dig_iq_hs_srat_chan = 1.0, iqConnector = repcap.IqConnector.Default, channelNull = repcap.ChannelNull.Default)
Sets the sample rate per channel.
- Parameters:
dig_iq_hs_srat_chan – float Range: 400 to max* max = 250E6 (‘System Config Mode = Advanced’) / max = 1250E6 (‘System Config Mode = Standard’) See also ‘Supported digital interfaces and system configuration’.
iqConnector – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)