Sbcount
SCPI Command :
[SENSe]:POWer:ACHannel:SBCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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’.
- Returns:
number: Range: 1 to 8
- set(number: float) None[source]
# [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’.
- Parameters:
number – Range: 1 to 8