Channel<Channel>
SCPI Command :
[SENSe]:POWer:ACHannel:SBLock<sb>:CENTer[:CHANnel<ch>]
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Ch1 .. Ch64 driver.sense.power.achannel.sblock.center.channel.repcap_channel_set(repcap.Channel.Ch1)
- get(subBlock=SubBlock.Default, channel=Channel.Default) float[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:CENTer[:CHANnel<ch>] value: float = driver.sense.power.achannel.sblock.center.channel.get(subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)
Defines the (absolute) center frequency of the specified MSR Tx channel. Note that the position of the first Tx channel in the first sub block and the last Tx channel in the last sub block also affect the position of the adjacent channels. Is for MSR signals only (see method
RsFsw.calculate.marker.function.power.preset()) . For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.- Parameters:
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sblock’)
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
frequency: absolute frequency in Hz Unit: Hz
- set(frequency: float, subBlock=SubBlock.Default, channel=Channel.Default) None[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:CENTer[:CHANnel<ch>] driver.sense.power.achannel.sblock.center.channel.set(frequency = 1.0, subBlock = repcap.SubBlock.Default, channel = repcap.Channel.Default)
Defines the (absolute) center frequency of the specified MSR Tx channel. Note that the position of the first Tx channel in the first sub block and the last Tx channel in the last sub block also affect the position of the adjacent channels. Is for MSR signals only (see method
RsFsw.calculate.marker.function.power.preset()) . For details on MSR signals see ‘Measurement on multi-standard radio (MSR) signals’.- Parameters:
frequency – absolute frequency in Hz Unit: Hz
subBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sblock’)
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.sblock.center.channel.clone()