Name
SCPI Command :
[SOURce<HW>]:BBIN:CHANnel<CH0>:NAME
- class NameCls[source]
Name commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) str [source]
# SCPI: [SOURce<HW>]:BBIN:CHANnel<CH0>:NAME value: str = driver.source.bbin.channel.name.get(channelNull = repcap.ChannelNull.Default)
Queries the channel name.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
bbin_iq_hs_chan_nam: string
- set(bbin_iq_hs_chan_nam: str, channelNull=ChannelNull.Default) None [source]
# SCPI: [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.
- param bbin_iq_hs_chan_nam
string
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)