Channel<Channel>
SCPI Command :
[SENSe]:POWer:ACHannel:BWIDth[:CHANnel<ch>]
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Ch1 .. Ch64 driver.sense.power.achannel.bandwidth.channel.repcap_channel_set(repcap.Channel.Ch1)
- get(channel=Channel.Default) float[source]
# [SENSe]:POWer:ACHannel:BWIDth[:CHANnel<ch>] value: float = driver.sense.power.achannel.bandwidth.channel.get(channel = repcap.Channel.Default)
Defines the channel bandwidth of the transmission channels. Steep-edged channel filters are available for fast ACLR measurements.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
bandwidth: Range: 100 Hz to 1000 MHz, Unit: Hz
- set(bandwidth: float, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:BWIDth[:CHANnel<ch>] driver.sense.power.achannel.bandwidth.channel.set(bandwidth = 1.0, channel = repcap.Channel.Default)
Defines the channel bandwidth of the transmission channels. Steep-edged channel filters are available for fast ACLR measurements.
- Parameters:
bandwidth – Range: 100 Hz to 1000 MHz, Unit: Hz
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
Cloning the Group
# Create a copy of the original group, that exists independently
channel_copy = driver.sense.power.achannel.bandwidth.channel.clone()