State

SCPI Command :

SENSe<CH>:[POWer]:APERture:DEFault:STATe
class StateCls[source]

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

get(channel=Channel.Default) bool[source]
# SCPI: SENSe<CH>:[POWer]:APERture:DEFault:STATe
value: bool = driver.sense.power.aperture.default.state.get(channel = repcap.Channel.Default)

Deactivates the default aperture time of the respective sensor. To specify a user-defined value, use the command method RsSmbv.Sense.Power.Aperture.Time.set.

param channel

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

return

use_def_ap: 1| ON| 0| OFF

set(use_def_ap: bool, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:APERture:DEFault:STATe
driver.sense.power.aperture.default.state.set(use_def_ap = False, channel = repcap.Channel.Default)

Deactivates the default aperture time of the respective sensor. To specify a user-defined value, use the command method RsSmbv.Sense.Power.Aperture.Time.set.

param use_def_ap

1| ON| 0| OFF

param channel

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