Version

SCPI Commands :

SYSTem:SPECification:VERSion:CATalog
SYSTem:SPECification:VERSion:FACTory
SYSTem:SPECification:VERSion:SFACtory
SYSTem:SPECification:VERSion
class VersionCls[source]

Version commands group definition. 4 total commands, 0 Subgroups, 4 group commands

get_catalog() List[str][source]
# SCPI: SYSTem:SPECification:VERSion:CATalog
value: List[str] = driver.system.specification.version.get_catalog()

Queries all data sheet versions stored in the instrument.

return

vers_catalog: string

get_factory() str[source]
# SCPI: SYSTem:SPECification:VERSion:FACTory
value: str = driver.system.specification.version.get_factory()

Queries the data sheet version of the factory setting.

return

version: string

get_sfactory() str[source]
# SCPI: SYSTem:SPECification:VERSion:SFACtory
value: str = driver.system.specification.version.get_sfactory()

No command help available

return

ds_fact_version: No help available

get_value() str[source]
# SCPI: SYSTem:SPECification:VERSion
value: str = driver.system.specification.version.get_value()

Selects a data sheet version from the data sheets saved on the instrument. Further queries regarding the data sheet parameters (<Id>) and their values refer to the selected data sheet. To query the list of data sheet versions, use the command method RsSmbv.System.Specification.Version.catalog.

return

version: string

set_sfactory(ds_fact_version: str) None[source]
# SCPI: SYSTem:SPECification:VERSion:SFACtory
driver.system.specification.version.set_sfactory(ds_fact_version = 'abc')

No command help available

param ds_fact_version

No help available

set_value(version: str) None[source]
# SCPI: SYSTem:SPECification:VERSion
driver.system.specification.version.set_value(version = 'abc')

Selects a data sheet version from the data sheets saved on the instrument. Further queries regarding the data sheet parameters (<Id>) and their values refer to the selected data sheet. To query the list of data sheet versions, use the command method RsSmbv.System.Specification.Version.catalog.

param version

string