CorrectionTable

SCPI Commands :

CATalog:SYSTem:ATTenuation:CTABle[:TENVironment]
CATalog:SYSTem:ATTenuation:CTABle:GLOBal
class CorrectionTableCls[source]

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

get_globale() str[source]
# SCPI: CATalog:SYSTem:ATTenuation:CTABle:GLOBal
value: str = driver.catalog.system.attenuation.correctionTable.get_globale()

Returns the names of all global correction tables.

return:

name: Comma-separated list of strings, one string per correction table.

get_tenvironment() str[source]
# SCPI: CATalog:SYSTem:ATTenuation:CTABle[:TENVironment]
value: str = driver.catalog.system.attenuation.correctionTable.get_tenvironment()

Returns the names of all channel-specific correction tables for the addressed smart channel.

return:

name: Comma-separated list of strings, one string per correction table.