Sample
SCPI Commands :
[SOURce<HW>]:BB:DVB:DVBH:SAMPle:LENGth
[SOURce<HW>]:BB:DVB:DVBH:SAMPle:RATE
- class SampleCls[source]
Sample commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_length() int [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBH:SAMPle:LENGth value: int = driver.source.bb.dvb.dvbh.sample.get_length()
Queries the number of the transmitted samples.
- return
length: integer
- get_rate() float [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBH:SAMPle:RATE value: float = driver.source.bb.dvb.dvbh.sample.get_rate()
Queries the sample rate.
- return
rate: float