Time
SCPI Command :
SENSe<CH>:[POWer]:APERture:TIMe
- class TimeCls[source]
Time commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) float [source]
# SCPI: 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.
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return
ap_time: float Range: depends on connected power sensor
- set(ap_time: float, channel=Channel.Default) None [source]
# SCPI: 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.
- param ap_time
float Range: depends on connected power sensor
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)