Sample

SCPI Commands :

[SOURce<HW>]:BB:DVB:DVBT:SAMPle:LENGth
[SOURce<HW>]:BB:DVB:DVBT:SAMPle:RATE
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_length() int[source]
# [SOURce<HW>]:BB:DVB:DVBT:SAMPle:LENGth
value: int = driver.source.bb.dvb.dvbt.sample.get_length()

Queries the number of the transmitted samples.

Returns:

length: integer

get_rate() float[source]
# [SOURce<HW>]:BB:DVB:DVBT:SAMPle:RATE
value: float = driver.source.bb.dvb.dvbt.sample.get_rate()

Queries the sample rate.

Returns:

rate: float