SymbolRate

SCPI Command :

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

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

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

param iqConnector

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

param channelNull

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

return

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 depending on the system configuration’.

set(dig_iq_hs_srat_chan: float, iqConnector=IqConnector.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [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.

param 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 depending on the system configuration’.

param iqConnector

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

param channelNull

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