FiUse
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:GHConfig:FIUSe:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:FIUSe:[STATe] value: bool = driver.source.bb.dvb.dvbx.ghConfig.fiUse.get_state()
Includes a PDU fragment in the GSE packet.
- Returns:
fi_use: 1 | ON | 0| OFF
- set_state(fi_use: bool) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:GHConfig:FIUSe:[STATe] driver.source.bb.dvb.dvbx.ghConfig.fiUse.set_state(fi_use = False)
Includes a PDU fragment in the GSE packet.
- Parameters:
fi_use – 1 | ON | 0| OFF