Rate

SCPI Commands :

[SOURce<HW>]:BB:DVBT:USEFul:[RATE]:LOW
[SOURce<HW>]:BB:DVBT:USEFul:[RATE]:[HIGH]
class RateCls[source]

Rate commands group definition. 4 total commands, 1 Subgroups, 2 group commands

get_high() float[source]
# SCPI: [SOURce<HW>]:BB:DVBT:USEFul:[RATE]:[HIGH]
value: float = driver.source.bb.dvbt.useful.rate.get_high()

Queries the data rate of useful data ruseful of the external transport stream. The data rate is measured at the input of the installed input interface.

return:

use_drhp: float Range: 0 to 9999999999

get_low() float[source]
# SCPI: [SOURce<HW>]:BB:DVBT:USEFul:[RATE]:LOW
value: float = driver.source.bb.dvbt.useful.rate.get_low()

Queries the data rate of useful data ruseful of the external transport stream. The data rate is measured at the input of the installed input interface.

return:

use_drlp: float Range: 0 to 9999999999

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dvbt.useful.rate.clone()

Subgroups