Closed akhuettel closed 3 years ago
my $status = Lab::VISA::viSetAttribute( $self->{vi}->{instr}, $Lab::VISA::VI_ATTR_TMO_VALUE, $timeout ); if ( $status != $Lab::VISA::VI_SUCCESS ) { croak "Error while setting baud: $status"; }
^ you can't do this because you dont know whether the device is even attached with Lab::VISA ...
Fixed in 323776283a81ffd09fcbecd58df0b1bbe78ed4b5
^ you can't do this because you dont know whether the device is even attached with Lab::VISA ...