FilterPy

SCPI Commands :

DIAGnostic[:CONFigure]:SYSTem:DAPI:LOGGing:MARS:PSUB:FILTer:MNAMe
DIAGnostic[:CONFigure]:SYSTem:DAPI:LOGGing:MARS:PSUB:FILTer:RNAMe
class FilterPyCls[source]

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

get_mname() str[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:DAPI:LOGGing:MARS:PSUB:FILTer:MNAMe
value: str = driver.diagnostic.configure.system.dapi.logging.mars.psub.filterPy.get_mname()

No command help available

return:

filter_mname: No help available

get_rname() str[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:DAPI:LOGGing:MARS:PSUB:FILTer:RNAMe
value: str = driver.diagnostic.configure.system.dapi.logging.mars.psub.filterPy.get_rname()

No command help available

return:

filter_rname: No help available

set_mname(filter_mname: str) None[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:DAPI:LOGGing:MARS:PSUB:FILTer:MNAMe
driver.diagnostic.configure.system.dapi.logging.mars.psub.filterPy.set_mname(filter_mname = 'abc')

No command help available

param filter_mname:

No help available

set_rname(filter_rname: str) None[source]
# SCPI: DIAGnostic[:CONFigure]:SYSTem:DAPI:LOGGing:MARS:PSUB:FILTer:RNAMe
driver.diagnostic.configure.system.dapi.logging.mars.psub.filterPy.set_rname(filter_rname = 'abc')

No command help available

param filter_rname:

No help available