Sbcount

SCPI Command :

[SENSe]:POWer:ACHannel:SBCount
class SbcountCls[source]

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

get() float[source]
# SCPI: [SENSe]:POWer:ACHannel:SBCount
value: float = driver.sense.power.achannel.sbcount.get()

Defines the number of sub blocks, i.e. groups of transmission channels in an MSR signal. For more information see ‘Measurement on multi-standard radio (MSR) signals’.

return

number: Range: 1 to 8

set(number: float) None[source]
# SCPI: [SENSe]:POWer:ACHannel:SBCount
driver.sense.power.achannel.sbcount.set(number = 1.0)

Defines the number of sub blocks, i.e. groups of transmission channels in an MSR signal. For more information see ‘Measurement on multi-standard radio (MSR) signals’.

param number

Range: 1 to 8