Name
SCPI Command :
[SOURce<HW>]:BBIN:CHANnel<CH0>:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default) str[source]
# [SOURce<HW>]:BBIN:CHANnel<CH0>:NAME value: str = driver.source.bbin.channel.name.get(channelNull = repcap.ChannelNull.Default)
Queries the channel name.
- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
bbin_iq_hs_chan_nam: string
- set(bbin_iq_hs_chan_nam: str, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BBIN:CHANnel<CH0>:NAME driver.source.bbin.channel.name.set(bbin_iq_hs_chan_nam = 'abc', channelNull = repcap.ChannelNull.Default)
Queries the channel name.
- Parameters:
bbin_iq_hs_chan_nam – string
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)