Pramping
SCPI Commands :
[SOURce<HW>]:BB:BTOoth:PRAMping:FOFFset
[SOURce<HW>]:BB:BTOoth:PRAMping:RFUNction
[SOURce<HW>]:BB:BTOoth:PRAMping:ROFFset
[SOURce<HW>]:BB:BTOoth:PRAMping:RTIMe
- class PrampingCls[source]
Pramping commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_foffset() int [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:FOFFset value: int = driver.source.bb.btooth.pramping.get_foffset()
Sets the offset of the falling edge of a burst. The offset is specified by the selected number of symbols. Negative values shift the falling edge to earlier positions, which results in a corresponding number of skipped symbols at the end of the burst. Positive values shift the falling edge to later positions, which results in a corresponding number of added 0 padding symbols following the burst.
- return
foffset: integer Range: -32 to 32
- get_rfunction() RsSmbv.enums.RampFunc [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:RFUNction value: enums.RampFunc = driver.source.bb.btooth.pramping.get_rfunction()
The command selects the form of the transmitted power, i.e. the shape of the rising and falling edges during power ramp control.
- return
rfunction: LINear| COSine
- get_roffset() int [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:ROFFset value: int = driver.source.bb.btooth.pramping.get_roffset()
Sets the offset of the rising edge of a burst. The offset is specified by the selected number of symbols. Negative values shift the rising edge to earlier positions, which results in a corresponding number of added 0 padding symbols before the burst. Positive values shift the rising edge to later positions, which results in a corresponding number of skipped symbols at the beginning of the burst.
- return
roffset: integer Range: -32 to 32
- get_rtime() int [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:RTIMe value: int = driver.source.bb.btooth.pramping.get_rtime()
Sets the ramp time, which extends the burst by a corresponding number of 0 padding symbols at the beginning and the end of a burst. During this period of time, power ramping is based on the specified ramp function.
- return
rtime: integer Range: 1 to 32
- set_foffset(foffset: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:FOFFset driver.source.bb.btooth.pramping.set_foffset(foffset = 1)
Sets the offset of the falling edge of a burst. The offset is specified by the selected number of symbols. Negative values shift the falling edge to earlier positions, which results in a corresponding number of skipped symbols at the end of the burst. Positive values shift the falling edge to later positions, which results in a corresponding number of added 0 padding symbols following the burst.
- param foffset
integer Range: -32 to 32
- set_rfunction(rfunction: RsSmbv.enums.RampFunc) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:RFUNction driver.source.bb.btooth.pramping.set_rfunction(rfunction = enums.RampFunc.COSine)
The command selects the form of the transmitted power, i.e. the shape of the rising and falling edges during power ramp control.
- param rfunction
LINear| COSine
- set_roffset(roffset: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:ROFFset driver.source.bb.btooth.pramping.set_roffset(roffset = 1)
Sets the offset of the rising edge of a burst. The offset is specified by the selected number of symbols. Negative values shift the rising edge to earlier positions, which results in a corresponding number of added 0 padding symbols before the burst. Positive values shift the rising edge to later positions, which results in a corresponding number of skipped symbols at the beginning of the burst.
- param roffset
integer Range: -32 to 32
- set_rtime(rtime: int) None [source]
# SCPI: [SOURce<HW>]:BB:BTOoth:PRAMping:RTIMe driver.source.bb.btooth.pramping.set_rtime(rtime = 1)
Sets the ramp time, which extends the burst by a corresponding number of 0 padding symbols at the beginning and the end of a burst. During this period of time, power ramping is based on the specified ramp function.
- param rtime
integer Range: 1 to 32