Profile

SCPI Commands :

[SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:CATalog
[SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SELect
[SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SOURce
class ProfileCls[source]

Profile commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:CATalog
value: List[str] = driver.source.fsimulator.dsSimulation.user.profile.get_catalog()

No command help available

return:

filenames: No help available

get_select() str[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SELect
value: str = driver.source.fsimulator.dsSimulation.user.profile.get_select()

No command help available

return:

prof_select: No help available

get_source() FadDssUsrProfSour[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SOURce
value: enums.FadDssUsrProfSour = driver.source.fsimulator.dsSimulation.user.profile.get_source()

No command help available

return:

prof_source: No help available

set_select(prof_select: str) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SELect
driver.source.fsimulator.dsSimulation.user.profile.set_select(prof_select = 'abc')

No command help available

param prof_select:

No help available

set_source(prof_source: FadDssUsrProfSour) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SOURce
driver.source.fsimulator.dsSimulation.user.profile.set_source(prof_source = enums.FadDssUsrProfSour.PROFile)

No command help available

param prof_source:

No help available