DataRate

SCPI Commands :

[SOURce<HW>]:BB:DVBT:[INPut]:DATarate:LOW
[SOURce<HW>]:BB:DVBT:[INPut]:DATarate:[HIGH]
class DataRateCls[source]

DataRate commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_high() float[source]
# SCPI: [SOURce<HW>]:BB:DVBT:[INPut]:DATarate:[HIGH]
value: float = driver.source.bb.dvbt.inputPy.dataRate.get_high()


    INTRO_CMD_HELP: Queries the measured value of the data rate of one of the following:

    - External transport stream including null packets input at 'User 1' connector
    - External transport stream including null packets input at 'IP Data/LAN' connector (TSoverIP)

The value equals the sum of useful data rate rmeas and the rate of null packets r0: rmeas = rmeas + r0

return:

meas_drhp: float Range: 0 to 9999999999

get_low() float[source]
# SCPI: [SOURce<HW>]:BB:DVBT:[INPut]:DATarate:LOW
value: float = driver.source.bb.dvbt.inputPy.dataRate.get_low()


    INTRO_CMD_HELP: Queries the measured value of the data rate of one of the following:

    - External transport stream including null packets input at 'User 1' connector
    - External transport stream including null packets input at 'IP Data/LAN' connector (TSoverIP)

The value equals the sum of useful data rate rmeas and the rate of null packets r0: rmeas = rmeas + r0

return:

meas_drlp: float Range: 0 to 9999999999