GhConfig
SCPI Commands :
[SOURce<HW>]:BB:DVB:DVBX:GHConfig:GLENgth
[SOURce<HW>]:BB:DVB:DVBX:GHConfig:LTYPe
[SOURce<HW>]:BB:DVB:DVBX:GHConfig:TLENgth
[SOURce<HW>]:BB:DVB:DVBX:GHConfig:[STATe]
- Commands in total: 11Subgroups: 7Direct child commands: 4
- get_glength() int[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:GLENgth value: int = driver.source.bb.dvb.dvbx.ghConfig.get_glength()
Sets the number of bytes following in the GSE packet.
- Returns:
glength: integer Range: 1 to 4096
- get_ltype() int[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:LTYPe value: int = driver.source.bb.dvb.dvbx.ghConfig.get_ltype()
Set the type of the used label field.
- Returns:
ltype: integer Range: 0 to 3
- get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:[STATe] value: bool = driver.source.bb.dvb.dvbx.ghConfig.get_state()
Inserts header information in the transport stream.
- Returns:
gh_active: 1 | ON | 0| OFF
- get_tlength() int[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:TLENgth value: int = driver.source.bb.dvb.dvbx.ghConfig.get_tlength()
Queries the total length.
- Returns:
tlength: integer Range: 1 to 65536, Unit: bytes
- set_glength(glength: int) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:GLENgth driver.source.bb.dvb.dvbx.ghConfig.set_glength(glength = 1)
Sets the number of bytes following in the GSE packet.
- Parameters:
glength – integer Range: 1 to 4096
- set_ltype(ltype: int) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:LTYPe driver.source.bb.dvb.dvbx.ghConfig.set_ltype(ltype = 1)
Set the type of the used label field.
- Parameters:
ltype – integer Range: 0 to 3
- set_state(gh_active: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:[STATe] driver.source.bb.dvb.dvbx.ghConfig.set_state(gh_active = False)
Inserts header information in the transport stream.
- Parameters:
gh_active – 1 | ON | 0| OFF
Cloning the Group
# Create a copy of the original group, that exists independently
ghConfig_copy = driver.source.bb.dvb.dvbx.ghConfig.clone()
Subgroups