Digital

SCPI Command:

SOURce:AFRF:GENerator<Instance>:DIGital:FILE
class DigitalCls[source]

Digital commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_file() str[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIGital:FILE
value: str = driver.source.afRf.generator.digital.get_file()

No command help available

return:

arb_file: No help available

set_file(arb_file: str) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:DIGital:FILE
driver.source.afRf.generator.digital.set_file(arb_file = '1')

No command help available

param arb_file:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.afRf.generator.digital.clone()

Subgroups