Data
SCPI Commands :
[SOURce<HW>]:BB:DVB:DVBX:DATA:DSELection
[SOURce<HW>]:BB:DVB:DVBX:DATA:GSELection
[SOURce<HW>]:BB:DVB:DVBX:DATA:LENGth
[SOURce<HW>]:BB:DVB:DVBX:DATA:TSELection
[SOURce<HW>]:BB:DVB:DVBX:DATA
- Commands in total: 6Subgroups: 1Direct child commands: 5
- get_dselection() str[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:DSELection value: str = driver.source.bb.dvb.dvbx.data.get_dselection()
Selects an existing data list, transport file (TS) or GSE file from the default or from the specific directory. Selects the clock source:
TS files are files with extension gts, ts, or trp.
GSE files are files with extension gse
Data lists are files with extension dm_iqd
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Returns:
fselection: string Filename incl. file extension or complete file path
- get_gselection() str[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:GSELection value: str = driver.source.bb.dvb.dvbx.data.get_gselection()
Selects an existing data list, transport file (TS) or GSE file from the default or from the specific directory. Selects the clock source:
TS files are files with extension gts, ts, or trp.
GSE files are files with extension gse
Data lists are files with extension dm_iqd
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Returns:
fselection: string Filename incl. file extension or complete file path
- get_length() int[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:LENGth value: int = driver.source.bb.dvb.dvbx.data.get_length()
Sets the data length.
- Returns:
dlength: integer Range: 1 to 65536, Unit: Bytes
- get_tselection() str[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:TSELection value: str = driver.source.bb.dvb.dvbx.data.get_tselection()
Selects an existing data list, transport file (TS) or GSE file from the default or from the specific directory. Selects the clock source:
TS files are files with extension gts, ts, or trp.
GSE files are files with extension gse
Data lists are files with extension dm_iqd
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Returns:
fselection: string Filename incl. file extension or complete file path
- get_value() DvbDataSource[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA value: enums.DvbDataSource = driver.source.bb.dvb.dvbx.data.get_value()
Selects the data source.
- Returns:
data: ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt | TFILe | GFILe PATTern To set the bit pattern, use the command [:SOURcehw]:BB:DVB:DVBS | DVBX:DATA:PATTern. DLISt | TFILe | GFILe To select the data list, TS file or the GSE file, use the command [:SOURcehw]:BB:DVB:DVBS | DVBX:DATA:DSELection | TSELection | GSELection.
- set_dselection(fselection: str) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:DSELection driver.source.bb.dvb.dvbx.data.set_dselection(fselection = 'abc')
Selects an existing data list, transport file (TS) or GSE file from the default or from the specific directory. Selects the clock source:
TS files are files with extension gts, ts, or trp.
GSE files are files with extension gse
Data lists are files with extension dm_iqd
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Parameters:
fselection – string Filename incl. file extension or complete file path
- set_gselection(fselection: str) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:GSELection driver.source.bb.dvb.dvbx.data.set_gselection(fselection = 'abc')
Selects an existing data list, transport file (TS) or GSE file from the default or from the specific directory. Selects the clock source:
TS files are files with extension gts, ts, or trp.
GSE files are files with extension gse
Data lists are files with extension dm_iqd
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Parameters:
fselection – string Filename incl. file extension or complete file path
- set_length(dlength: int) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:LENGth driver.source.bb.dvb.dvbx.data.set_length(dlength = 1)
Sets the data length.
- Parameters:
dlength – integer Range: 1 to 65536, Unit: Bytes
- set_tselection(fselection: str) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA:TSELection driver.source.bb.dvb.dvbx.data.set_tselection(fselection = 'abc')
Selects an existing data list, transport file (TS) or GSE file from the default or from the specific directory. Selects the clock source:
TS files are files with extension gts, ts, or trp.
GSE files are files with extension gse
Data lists are files with extension dm_iqd
Refer to ‘Accessing Files in the Default or Specified Directory’ for general information on file handling in the default and in a specific directory.
- Parameters:
fselection – string Filename incl. file extension or complete file path
- set_value(data: DvbDataSource) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:DATA driver.source.bb.dvb.dvbx.data.set_value(data = enums.DvbDataSource.DLISt)
Selects the data source.
- Parameters:
data – ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt | TFILe | GFILe PATTern To set the bit pattern, use the command [:SOURcehw]:BB:DVB:DVBS | DVBX:DATA:PATTern. DLISt | TFILe | GFILe To select the data list, TS file or the GSE file, use the command [:SOURcehw]:BB:DVB:DVBS | DVBX:DATA:DSELection | TSELection | GSELection.
Cloning the Group
# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.dvb.dvbx.data.clone()
Subgroups