SymbolRate
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:CHANnel<ST0>:SRATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default) float[source]
# [SOURce]:IQ:OUTPut:DIGital:CHANnel<ST0>:SRATe value: float = driver.source.iq.output.digital.channel.symbolRate.get(channelNull = repcap.ChannelNull.Default)
Sets the sample rate of the channel of the HS digital I/Q output signal.
- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
dig_iq_hs_srat_chan: float Range: 400 to depends on options The maximum value depends on the connected receiving device. For more information, see data sheet.
- set(dig_iq_hs_srat_chan: float, channelNull=ChannelNull.Default) None[source]
# [SOURce]:IQ:OUTPut:DIGital:CHANnel<ST0>:SRATe driver.source.iq.output.digital.channel.symbolRate.set(dig_iq_hs_srat_chan = 1.0, channelNull = repcap.ChannelNull.Default)
Sets the sample rate of the channel of the HS digital I/Q output signal.
- Parameters:
dig_iq_hs_srat_chan – float Range: 400 to depends on options The maximum value depends on the connected receiving device. For more information, see data sheet.
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)