Scno
SCPI Command :
[SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCNO
- class ScnoCls[source]
Scno commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(allocationNull=AllocationNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCNO value: int = driver.source.bb.ofdm.alloc.scno.get(allocationNull = repcap.AllocationNull.Default)
Sets the number of allocated subcarriers.
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)
- return
no_of_subcarriers: integer Range: 1 to 13107
- set(no_of_subcarriers: int, allocationNull=AllocationNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:OFDM:ALLoc<CH0>:SCNO driver.source.bb.ofdm.alloc.scno.set(no_of_subcarriers = 1, allocationNull = repcap.AllocationNull.Default)
Sets the number of allocated subcarriers.
- param no_of_subcarriers
integer Range: 1 to 13107
- param allocationNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alloc’)