RfbWidth

SCPI Command :

[SENSe]:POWer:ACHannel:SBLock<sb>:RFBWidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(subBlock=SubBlock.Default) float[source]
# [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’.

Parameters:

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

Returns:

bandwidth: Bandwidth in Hz Unit: Hz

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

Parameters:
  • bandwidth – Bandwidth in Hz Unit: Hz

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