SymbolRate
SCPI Command :
[SOURce<HW>]:BBIN:CHANnel<CH0>:SRATe
- class SymbolRateCls[source]
SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) float [source]
# SCPI: [SOURce<HW>]:BBIN:CHANnel<CH0>:SRATe value: float = driver.source.bbin.channel.symbolRate.get(channelNull = repcap.ChannelNull.Default)
Queries the sample rate per channel.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
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 depending on the system configuration’.
- set(bbin_iq_hs_ch_sa_rat: float, channelNull=ChannelNull.Default) None [source]
# SCPI: [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.
- param 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 depending on the system configuration’.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)