Settings

SCPI Command :

[SOURce<HW>]:BB:ISDBt:[SPECial]:SETTings:[STATe]
class SettingsCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:[SPECial]:SETTings:[STATe]
value: bool = driver.source.bb.isdbt.special.settings.get_state()

Enables/disables special settings. The setting allows you to switch between standard-compliant and user-defined channel coding.

return:

settings: 1| ON| 0| OFF

set_state(settings: bool) None[source]
# SCPI: [SOURce<HW>]:BB:ISDBt:[SPECial]:SETTings:[STATe]
driver.source.bb.isdbt.special.settings.set_state(settings = False)

Enables/disables special settings. The setting allows you to switch between standard-compliant and user-defined channel coding.

param settings:

1| ON| 0| OFF