Max

SCPI Commands :

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

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

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

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:

max_use_drhp: integer Range: 0 to 9999999999

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

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:

max_use_drlp: integer Range: 0 to 9999999999