Dvb
SCPI Commands :
[SOURce<HW>]:BB:DVB:PRESet
[SOURce<HW>]:BB:DVB:STANdard
[SOURce<HW>]:BB:DVB:STATe
- Commands in total: 381Subgroups: 13Direct child commands: 3
- get_standard() DvbStandard[source]
# [SOURce<HW>]:BB:DVB:STANdard value: enums.DvbStandard = driver.source.bb.dvb.get_standard()
Selects the DVB standard to be used.
- Returns:
standard: DVBH | DVBT | DVBS | DVBX | DVBR
- get_state() bool[source]
# [SOURce<HW>]:BB:DVB:STATe value: bool = driver.source.bb.dvb.get_state()
Enables the baseband signal application and disables all the other baseband signal applications in the same signal path.
- Returns:
state: 1 | ON | 0| OFF
- preset() None[source]
# [SOURce<HW>]:BB:DVB:PRESet driver.source.bb.dvb.preset()
Sets all parameters of the application to their default values. These values are the
*RSTvalues of the commands of the application.
- preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:BB:DVB:PRESet driver.source.bb.dvb.preset_with_opc()
Sets all parameters of the application to their default values. These values are the
*RSTvalues of the commands of the application.Same as preset, but waits for the operation to complete before continuing further. Use the RsSmw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- set_standard(standard: DvbStandard) None[source]
# [SOURce<HW>]:BB:DVB:STANdard driver.source.bb.dvb.set_standard(standard = enums.DvbStandard.DVBH)
Selects the DVB standard to be used.
- Parameters:
standard – DVBH | DVBT | DVBS | DVBX | DVBR
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:DVB:STATe driver.source.bb.dvb.set_state(state = False)
Enables the baseband signal application and disables all the other baseband signal applications in the same signal path.
- Parameters:
state – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
dvb_copy = driver.source.bb.dvb.clone()
Subgroups
- Clipping
- Clock
- Dvbh
- Dvbr
- Dvbs
- Dvbt
- Dvbx
- FilterPy
- Notch<NotchFilter>
- Setting
- SymbolRate
- Trigger
- Waveform