SymbolRate

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:CHANnel<ST0>:SRATe
class SymbolRateCls[source]

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

get(channelNull=ChannelNull.Default) float[source]
# SCPI: [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.

param channelNull

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

return

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]
# SCPI: [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.

param 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.

param channelNull

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