PtUse

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:GHConfig:PTUSe:[STATe]
class PtUseCls[source]

PtUse commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [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.

return

pt_use: 1| ON| 0| OFF

set_state(pt_use: bool) None[source]
# SCPI: [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.

param pt_use

1| ON| 0| OFF