Rate

SCPI Command :

[SOURce<HW>]:BB:DVBS2:[IS<CH>]:USEFul:[RaTE]
class RateCls[source]

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

get(inputStream=InputStream.Default) float[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:[IS<CH>]:USEFul:[RaTE]
value: float = driver.source.bb.dvbs2.isPy.useful.rate.get(inputStream = repcap.InputStream.Default)

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.

param inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)

return:

useful_data_rate: float Range: 0 to 999999999

set(useful_data_rate: float, inputStream=InputStream.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:[IS<CH>]:USEFul:[RaTE]
driver.source.bb.dvbs2.isPy.useful.rate.set(useful_data_rate = 1.0, inputStream = repcap.InputStream.Default)

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.

param useful_data_rate:

float Range: 0 to 999999999

param inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)

Cloning the Group

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

Subgroups