SymbolRate

SCPI Command :

[SOURce<HW>]:BBIN:CHANnel<CH0>:SRATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default) float[source]
# [SOURce<HW>]:BBIN:CHANnel<CH0>:SRATe
value: float = driver.source.bbin.channel.symbolRate.get(channelNull = repcap.ChannelNull.Default)

Queries the sample rate per channel.

Parameters:

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

Returns:

bbin_iq_hs_ch_sa_rat: float Range: 400 to 250E6 (‘System Config Mode = Advanced’) /1250E6 (‘System Config Mode = Standard’) See also ‘Supported digital interfaces and system configuration’.

set(bbin_iq_hs_ch_sa_rat: float, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BBIN:CHANnel<CH0>:SRATe
driver.source.bbin.channel.symbolRate.set(bbin_iq_hs_ch_sa_rat = 1.0, channelNull = repcap.ChannelNull.Default)

Queries the sample rate per channel.

Parameters:
  • bbin_iq_hs_ch_sa_rat – float Range: 400 to 250E6 (‘System Config Mode = Advanced’) /1250E6 (‘System Config Mode = Standard’) See also ‘Supported digital interfaces and system configuration’.

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