Information

SCPI Commands :

SYSTem:INFormation:SR
SYSTem:INFormation
class InformationCls[source]

Information commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_sr() str[source]
# SCPI: SYSTem:INFormation:SR
value: str = driver.system.information.get_sr()

No command help available

return:

sr_info: No help available

get_value() str[source]
# SCPI: SYSTem:INFormation
value: str = driver.system.information.get_value()

No command help available

return:

iec_idn: No help available

set_sr(sr_info: str) None[source]
# SCPI: SYSTem:INFormation:SR
driver.system.information.set_sr(sr_info = 'abc')

No command help available

param sr_info:

No help available