Rate

SCPI Commands :

[SOURce<HW>]:BB:J83B:USEFul:[RATE]:MAX
[SOURce<HW>]:BB:J83B: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:J83B:USEFul:[RATE]:MAX
value: float = driver.source.bb.j83B.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 If ‘Stuffing > On’, the value indicates the maximum useful data rate, that is allowed in the transport stream. If ‘Stuffing > Off’, the value indicates the transport stream input data rate that is required for the transport stream.

return:

inp_sig_max_rate: float Range: 0 to 999999999

get_value() float[source]
# SCPI: [SOURce<HW>]:BB:J83B:USEFul:[RATE]
value: float = driver.source.bb.j83B.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