Rate

SCPI Commands :

[SOURce<HW>]:BB:DVBC:USEFul:[RATE]:MAX
[SOURce<HW>]:BB:DVBC:USEFul:[RATE]
class RateCls[source]

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

get_max() float[source]
# SCPI: [SOURce<HW>]:BB:DVBC:USEFul:[RATE]:MAX
value: float = driver.source.bb.dvbc.useful.rate.get_max()

Queries the maximum data rate, that is derived from the current modulation parameter settings. The value is the optimal value at the TS input interface, that is necessary for the modulator.

return:

inp_sig_max_rate: float Range: 0 to 999999999

get_value() float[source]
# SCPI: [SOURce<HW>]:BB:DVBC:USEFul:[RATE]
value: float = driver.source.bb.dvbc.useful.rate.get_value()

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:

inp_sig_usefull: float Range: 0 to 999999999