Center

SCPI Command :

[SENSe]:POWer:ACHannel:SBLock<sb>:FREQuency:CENTer
class CenterCls[source]

Center commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(subBlock=SubBlock.Default) float[source]
# SCPI: [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’.

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sblock’)

return

frequency: absolute frequency in Hz Unit: Hz

set(frequency: float, subBlock=SubBlock.Default) None[source]
# SCPI: [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’.

param frequency

absolute frequency in Hz Unit: Hz

param subBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sblock’)