Dvbt
SCPI Commands :
[SOURce<HW>]:BB:DVB:DVBT:DRATe
[SOURce<HW>]:BB:DVB:DVBT:DURation
[SOURce<HW>]:BB:DVB:DVBT:HMODe
[SOURce<HW>]:BB:DVB:DVBT:SFRames
- class DvbtCls[source]
 Dvbt commands group definition. 32 total commands, 6 Subgroups, 4 group commands
- get_drate() float[source]
 # SCPI: [SOURce<HW>]:BB:DVB:DVBT:DRATe value: float = driver.source.bb.dvb.dvbt.get_drate()
Queries the data rate.
- return:
 drate: float
- get_duration() float[source]
 # SCPI: [SOURce<HW>]:BB:DVB:DVBT:DURation value: float = driver.source.bb.dvb.dvbt.get_duration()
Queries the signal duration.
- return:
 duration: float
- get_hmode() DvbHierarchyMode[source]
 # SCPI: [SOURce<HW>]:BB:DVB:DVBT:HMODe value: enums.DvbHierarchyMode = driver.source.bb.dvb.dvbt.get_hmode()
Queries the mode for hierarchical coding, that is non-hierachical coding. The current firmware does not support hierarchical coding.
- return:
 hmode: NHIerarchical Non-hierchical coding using high priority input only.
- get_sframes() int[source]
 # SCPI: [SOURce<HW>]:BB:DVB:DVBT:SFRames value: int = driver.source.bb.dvb.dvbt.get_sframes()
Sets the number of super-frames to be transmitted.
- return:
 sframes: integer Range: 1 to 1633 (dynamic)
- set_hmode(hmode: DvbHierarchyMode) None[source]
 # SCPI: [SOURce<HW>]:BB:DVB:DVBT:HMODe driver.source.bb.dvb.dvbt.set_hmode(hmode = enums.DvbHierarchyMode.HIErarchical)
Queries the mode for hierarchical coding, that is non-hierachical coding. The current firmware does not support hierarchical coding.
- param hmode:
 NHIerarchical Non-hierchical coding using high priority input only.
- set_sframes(sframes: int) None[source]
 # SCPI: [SOURce<HW>]:BB:DVB:DVBT:SFRames driver.source.bb.dvb.dvbt.set_sframes(sframes = 1)
Sets the number of super-frames to be transmitted.
- param sframes:
 integer Range: 1 to 1633 (dynamic)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.dvb.dvbt.clone()
Subgroups