PtUse
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:GHConfig:PTUSe:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:PTUSe:[STATe] value: bool = driver.source.bb.dvb.dvbx.ghConfig.ptUse.get_state()
Includes the payload type indication in the GSE header.
- Returns:
pt_use: 1 | ON | 0| OFF
- set_state(pt_use: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:PTUSe:[STATe] driver.source.bb.dvb.dvbx.ghConfig.ptUse.set_state(pt_use = False)
Includes the payload type indication in the GSE header.
- Parameters:
pt_use – 1 | ON | 0| OFF