RfbWidth

SCPI Command :

[SENSe]:POWer:ACHannel:SBLock<sb>:RFBWidth
class RfbWidthCls[source]

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

get(subBlock=SubBlock.Default) float[source]
# SCPI: [SENSe]:POWer:ACHannel:SBLock<sb>:RFBWidth
value: float = driver.sense.power.achannel.sblock.rfbWidth.get(subBlock = repcap.SubBlock.Default)

Defines the bandwidth of the individual MSR sub block. Note that sub block ranges also affect the position of the adjacent gap channels (CACLR) . 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

bandwidth: Bandwidth in Hz Unit: Hz

set(bandwidth: float, subBlock=SubBlock.Default) None[source]
# SCPI: [SENSe]:POWer:ACHannel:SBLock<sb>:RFBWidth
driver.sense.power.achannel.sblock.rfbWidth.set(bandwidth = 1.0, subBlock = repcap.SubBlock.Default)

Defines the bandwidth of the individual MSR sub block. Note that sub block ranges also affect the position of the adjacent gap channels (CACLR) . 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 bandwidth

Bandwidth in Hz Unit: Hz

param subBlock

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