Profile
SCPI Commands :
[SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:CATalog
[SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SELect
[SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SOURce
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_catalog() List[str][source]
# [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:CATalog value: List[str] = driver.source.fsimulator.dsSimulation.user.profile.get_catalog()
No help available
- get_select() str[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SELect value: str = driver.source.fsimulator.dsSimulation.user.profile.get_select()
No help available
- get_source() FadDssUsrProfSour[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SOURce value: enums.FadDssUsrProfSour = driver.source.fsimulator.dsSimulation.user.profile.get_source()
No help available
- set_select(prof_select: str) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SELect driver.source.fsimulator.dsSimulation.user.profile.set_select(prof_select = 'abc')
No help available
- set_source(prof_source: FadDssUsrProfSour) None[source]
# [SOURce<HW>]:FSIMulator:DSSimulation:USER:PROFile:SOURce driver.source.fsimulator.dsSimulation.user.profile.set_source(prof_source = enums.FadDssUsrProfSour.PROFile)
No help available