Tenvironment

SCPI Command :

[CONFigure]:SYSTem:ATTenuation:CTABle:INFO[:TENVironment]
class TenvironmentCls[source]

Tenvironment commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Frequency: List[float]: No parameter help available

  • Attenuation: List[float]: No parameter help available

get(name: str) GetStruct[source]
# SCPI: [CONFigure]:SYSTem:ATTenuation:CTABle:INFO[:TENVironment]
value: GetStruct = driver.configure.system.attenuation.correctionTable.info.tenvironment.get(name = 'abc')

Returns the entries of a channel-specific correction table as pairs of values: {<Frequency>, <Attenuation>}1, {<Frequency>, <Attenuation>}2, …

param name:

Name of the correction table.

return:

structure: for return value, see the help for GetStruct structure arguments.