Time

SCPI Command :

SENSe<CH>:[POWer]:APERture:TIMe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) float[source]
# SENSe<CH>:[POWer]:APERture:TIMe
value: float = driver.sense.power.aperture.time.get(channel = repcap.Channel.Default)

Defines the aperture time (size of the acquisition interval) for the corresponding sensor.

Parameters:

channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)

Returns:

ap_time: float Range: depends on connected power sensor

set(ap_time: float, channel=Channel.Default) None[source]
# SENSe<CH>:[POWer]:APERture:TIMe
driver.sense.power.aperture.time.set(ap_time = 1.0, channel = repcap.Channel.Default)

Defines the aperture time (size of the acquisition interval) for the corresponding sensor.

Parameters:
  • ap_time – float Range: depends on connected power sensor

  • channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)