Center
SCPI Command :
[SENSe]:POWer:ACHannel:SBLock<sb>:FREQuency:CENTer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(subBlock=SubBlock.Default) float[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:FREQuency:CENTer value: float = driver.sense.power.achannel.sblock.frequency.center.get(subBlock = repcap.SubBlock.Default)
Defines the center of the specified MSR sub block. Note that the position of the sub block also affects the position of the adjacent gap (CACLR) 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’)
- Returns:
frequency: absolute frequency in Hz Unit: Hz
- set(frequency: float, subBlock=SubBlock.Default) None[source]
# [SENSe]:POWer:ACHannel:SBLock<sb>:FREQuency:CENTer driver.sense.power.achannel.sblock.frequency.center.set(frequency = 1.0, subBlock = repcap.SubBlock.Default)
Defines the center of the specified MSR sub block. Note that the position of the sub block also affects the position of the adjacent gap (CACLR) 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’)