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
Commands in total: 4
Subgroups: 0
Direct child commands: 4
get_foffset() int[source]
# [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.

Returns:

foffset: integer Range: -32 to 32

get_rfunction() RampFunc[source]
# [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.

Returns:

rfunction: LINear | COSine

get_roffset() int[source]
# [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.

Returns:

roffset: integer Range: -32 to 32

get_rtime() int[source]
# [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.

Returns:

rtime: integer Range: 1 to 32