Ambient

SCPI Command :

SENSe:BASE:TEMPerature:OPERating:AMBient
class AmbientCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Temperature: float: Temperature in degree Celsius

  • Timestamp: str: Uptime of the session, as ‘days-hours-minutes-seconds’

  • Box: str: Identifies the instrument in a setup with several connected instruments (for future use)

get(all_py: All = None) GetStruct[source]
# SCPI: SENSe:BASE:TEMPerature:OPERating:AMBient
value: GetStruct = driver.sense.base.temperature.operating.ambient.get(all_py = enums.All.ALL)

Queries the ambient temperature measured via a sensor in the instrument. Ambient temperatures reported by self-tests are also measured via this sensor.

param all_py:

For future use

return:

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