Module

SCPI Commands :

PLUGin:MODule:AUTHor
PLUGin:MODule:COMMent
PLUGin:MODule:DATA
PLUGin:MODule:NAME
PLUGin:MODule:TYPE
PLUGin:MODule:VERSion
class ModuleCls[source]

Module commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_author() str[source]
# SCPI: PLUGin:MODule:AUTHor
value: str = driver.plugin.module.get_author()

Queries information on the loaded file. The query returns information as specified in the description of the corresponding function in ‘Plug-in programming API’. The following are the possible values for the type query.

return:

author: REPort| IPM | MOP MOP Plugin for IPM Plugin for REPort Plugin for reports created during the waveform generation

get_comment() str[source]
# SCPI: PLUGin:MODule:COMMent
value: str = driver.plugin.module.get_comment()

Queries information on the loaded file. The query returns information as specified in the description of the corresponding function in ‘Plug-in programming API’. The following are the possible values for the type query.

return:

comment: REPort| IPM | MOP MOP Plugin for IPM Plugin for REPort Plugin for reports created during the waveform generation

get_data() float[source]
# SCPI: PLUGin:MODule:DATA
value: float = driver.plugin.module.get_data()

Queries whether the plugin requires data from a data source.

return:

data: 0 | 1 0 Data source is not required 1 Data source is required

get_name() str[source]
# SCPI: PLUGin:MODule:NAME
value: str = driver.plugin.module.get_name()

Renames the selected repository element.

return:

name: string Must be unique for the particular type of repository elements. May contain empty spaces.

get_type_py() ModuleType[source]
# SCPI: PLUGin:MODule:TYPE
value: enums.ModuleType = driver.plugin.module.get_type_py()

Queries information on the loaded file. The query returns information as specified in the description of the corresponding function in ‘Plug-in programming API’. The following are the possible values for the type query.

return:

type_py: REPort| IPM | MOP MOP Plugin for IPM Plugin for REPort Plugin for reports created during the waveform generation

get_version() str[source]
# SCPI: PLUGin:MODule:VERSion
value: str = driver.plugin.module.get_version()

Queries information on the loaded file. The query returns information as specified in the description of the corresponding function in ‘Plug-in programming API’. The following are the possible values for the type query.

return:

version: REPort| IPM | MOP MOP Plugin for IPM Plugin for REPort Plugin for reports created during the waveform generation